org.axiondb.io

Class BufferedDataInputStream.Buffer

private static class BufferedDataInputStream.Buffer extends BufferedInputStream

Buffer input. This improves performance significantly.
Constructor Summary
Buffer(BufferedDataInputStream.PositionCache in, int bufferSize)
Method Summary
longgetPos()
intread()
voidreset()
voidseek(long desired)

Constructor Detail

Buffer

public Buffer(BufferedDataInputStream.PositionCache in, int bufferSize)

Method Detail

getPos

public long getPos()

read

public int read()

reset

public void reset()

seek

public void seek(long desired)