Package org.rcsb.cif.model
Class BinaryFile
- java.lang.Object
-
- org.rcsb.cif.model.BinaryFile
-
-
Constructor Summary
Constructors Constructor Description BinaryFile(List<Block> blocks, String version, String encoder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Block>getBlocks()Access to all blocks of this file.StringgetEncoder()Reports the encoder which created thisCifFile.StringgetVersion()Reports the version of thisCifFile.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.rcsb.cif.model.CifFile
blocks, getFirstBlock
-
-