org.jmol.util
Class CompoundDocument
public
class
CompoundDocument
extends BinaryDocument
StringBuffer data
Vector directory
int nDirEntriesperSector
int nIntPerSector
int nShortSectorsPerStandardSector
int sectorSize
int shortSectorSize
int[] SAT
int[] SSAT
public CompoundDocument(BufferedInputStream bis)
public StringBuffer getAllData()
public Vector getDirectory()
public String getDirectoryListing(String separator)
private void getDirectoryTable()
public StringBuffer getFileAsString(String entryName)
private long getOffset(int SID)
private void getSectorAllocationTable()
private void getShortSectorAllocationTable()
private StringBuffer getShortStringData(int shortSID, int nBytes)
private StringBuffer getStandardStringData(int thisSID, int nBytes)
private void gotoSector(int SID)
public static boolean isCompoundDocument(InputStream is)
public static boolean isCompoundDocument(byte[] bytes)
private boolean readHeader()