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