Package | Description |
---|---|
org.rcsb.mmtf.encoder |
Encoding structure data to a compressed form.
|
Modifier and Type | Method and Description |
---|---|
static byte[] |
WriterUtils.getDataAsByteArr(AdapterToStructureData writerToEncoder)
Function to take data from a writer and return as a byte array (MessagePacked serialized).
|
static void |
EncoderUtils.transferBioassembly(StructureDataInterface structureDataInterface,
AdapterToStructureData adapterToStructureData)
Transfer bioassembly data from a
StructureDataInterface to an AdapterToStructureData . |
static void |
WriterUtils.writeDataToFile(AdapterToStructureData writerToEncoder,
Path path)
Function to write data to a file.
|
Copyright © 2015–2016 RCSB PDB. All rights reserved.