org.jmol.util
Class CompoundDocument.CmpDocDirectoryEntry

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

 class CompoundDocument.CmpDocDirectoryEntry
extends Object


Field Summary
(package private)  String entryName
           
(package private)  byte entryType
           
(package private)  boolean isEmpty
           
(package private)  boolean isStandard
           
(package private)  int lenStream
           
(package private)  short nBytesUnicodeName
           
(package private)  int SIDfirstSector
           
(package private)  byte[] unicodeName
           
(package private)  byte[] uniqueID
           
(package private)  byte[] unused
           
(package private)  byte[] userflags
           
 
Constructor Summary
CompoundDocument.CmpDocDirectoryEntry()
           
 
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

unicodeName

byte[] unicodeName

nBytesUnicodeName

short nBytesUnicodeName

entryType

byte entryType

uniqueID

byte[] uniqueID

userflags

byte[] userflags

SIDfirstSector

int SIDfirstSector

lenStream

int lenStream

unused

byte[] unused

entryName

String entryName

isStandard

boolean isStandard

isEmpty

boolean isEmpty
Constructor Detail

CompoundDocument.CmpDocDirectoryEntry

CompoundDocument.CmpDocDirectoryEntry()
Method Detail

readData

final boolean readData()