org.jmol.util
Class BinaryDocument
public
class
BinaryDocument
extends Object
protected boolean isBigEndian
protected boolean isRandom
protected DataInputStream stream
public BinaryDocument()
public byte readByte()
public void readByteArray(byte[] b)
public void readByteArray(byte[] b, int off, int len)
public float readFloat()
public int readInt()
private int readLEInt()
public long readLong()
public void readPoint3fArray(Point3f[] data)
public short readShort()
public void seek(long offset)
public void setRandom(boolean TF)
public void setStream(DataInputStream stream)