public interface StringCodecsInterface
Modifier and Type | Method and Description |
---|---|
String[] |
decode(byte[] inputData,
int param)
Decode a byte array to a String array.
|
byte[] |
encode(String[] inputData,
int param)
Encode a String array to a byte array.
|
byte[] encode(String[] inputData, int param)
inputData
- the input String arrayparam
- the input paramString[] decode(byte[] inputData, int param)
inputData
- the input byte arrayparam
- the input paramCopyright © 2015–2016 RCSB PDB. All rights reserved.