public interface StringCodecsInterface
| Modifier and Type | Method and Description |
|---|---|
java.lang.String[] |
decode(byte[] inputData,
int param)
Decode a byte array to a String array.
|
byte[] |
encode(java.lang.String[] inputData,
int param)
Encode a String array to a byte array.
|
byte[] encode(java.lang.String[] inputData,
int param)
inputData - the input String arrayparam - the input paramjava.lang.String[] decode(byte[] inputData,
int param)
inputData - the input byte arrayparam - the input paramCopyright © 2015-2019 RCSB PDB. All Rights Reserved.