Package org.rcsb.cif.model.binary
Class BinaryFile
java.lang.Object
org.rcsb.cif.model.binary.BinaryFile
- All Implemented Interfaces:
CifFile
public class BinaryFile extends Object implements CifFile
-
Constructor Summary
Constructors Constructor Description BinaryFile(List<Block> blocks, String version, String encoder) -
Method Summary
Modifier and Type Method Description List<Block>getBlocks()Access to all blocks of this file.StringgetEncoder()Reports the encoder name that was used to create this file.StringgetVersion()Reports the encoder version that was used to create this file.
-
Constructor Details
-
Method Details
-
getBlocks
Description copied from interface:CifFileAccess to all blocks of this file. -
getVersion
Reports the encoder version that was used to create this file.- Returns:
- a String
-
getEncoder
Reports the encoder name that was used to create this file.- Returns:
- a String
-