Package | Description |
---|---|
org.rcsb.mmtf.codec |
General encoding and decoding structures.
|
org.rcsb.mmtf.encoder |
Encoding structure data to a compressed form.
|
Modifier and Type | Method and Description |
---|---|
static IntCodecs |
IntCodecs.getCodec(int codecId)
Get the codec from an input byte.
|
static IntCodecs |
IntCodecs.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IntCodecs[] |
IntCodecs.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static byte[] |
EncoderUtils.encodeByteArr(IntCodecs inputCodec,
int[] inputData,
int param)
Method to prepend a byte array with a byte.
|
Copyright © 2015–2016 RCSB PDB. All rights reserved.