org.jmol.util
Class CompoundDocument.CmpDocHeader

java.lang.Object
  extended by org.jmol.util.CompoundDocument.CmpDocHeader
Enclosing class:
CompoundDocument

 class CompoundDocument.CmpDocHeader
extends java.lang.Object


Field Summary
(package private)  byte[] magicNumbers
           
(package private)  int minBytesStandardStream
           
(package private)  int[] MSAT0
           
(package private)  int nAdditionalMATsectors
           
(package private)  int nSATsectors
           
(package private)  int nSSATsectors
           
(package private)  byte revNumber
           
(package private)  short sectorPower
           
(package private)  short shortSectorPower
           
(package private)  int SID_DIR_start
           
(package private)  int SID_MSAT_next
           
(package private)  int SID_SSAT_start
           
(package private)  byte[] uniqueID
           
(package private)  byte[] unused
           
(package private)  byte[] unused2
           
(package private)  byte verNumber
           
 
Constructor Summary
CompoundDocument.CmpDocHeader()
           
 
Method Summary
(package private)  boolean readData()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

magicNumbers

byte[] magicNumbers

uniqueID

byte[] uniqueID

revNumber

byte revNumber

verNumber

byte verNumber

sectorPower

short sectorPower

shortSectorPower

short shortSectorPower

unused

byte[] unused

nSATsectors

int nSATsectors

SID_DIR_start

int SID_DIR_start

unused2

byte[] unused2

minBytesStandardStream

int minBytesStandardStream

SID_SSAT_start

int SID_SSAT_start

nSSATsectors

int nSSATsectors

SID_MSAT_next

int SID_MSAT_next

nAdditionalMATsectors

int nAdditionalMATsectors

MSAT0

int[] MSAT0
Constructor Detail

CompoundDocument.CmpDocHeader

CompoundDocument.CmpDocHeader()
Method Detail

readData

final boolean readData()