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