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