0
votes
votes
2 answers
String --> Byte[] Padded With Nulls
Say I have 4 strings that I want to form into a byte array. The 4 strings are of fixed width in the byte array, however, the actual string may not consume the alloted characters in which case it should be padded with nulls OR it may be grea ...
