org.axiondb.io

Class BufferedDataOutputStream.PositionCache

private static class BufferedDataOutputStream.PositionCache extends FilterOutputStream

Constructor Summary
PositionCache(AxionOutputStream out)
Method Summary
longgetPos()
voidseek(long pos)
voidwrite(byte[] b, int off, int len)

Constructor Detail

PositionCache

public PositionCache(AxionOutputStream out)

Method Detail

getPos

public long getPos()

seek

public void seek(long pos)

write

public void write(byte[] b, int off, int len)