Class FSPackedNumbersStream
- java.lang.Object
-
- org.tmatesoft.svn.core.internal.io.fs.index.FSPackedNumbersStream
-
public class FSPackedNumbersStream extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description FSPackedNumbersStream(FSFile input)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisEof()longposition()longread()longreadSigned()voidseek(long offset)
-
-
-
Constructor Detail
-
FSPackedNumbersStream
public FSPackedNumbersStream(FSFile input)
-
-
Method Detail
-
isEof
public boolean isEof()
-
readSigned
public long readSigned() throws SVNException- Throws:
SVNException
-
read
public long read() throws SVNException- Throws:
SVNException
-
seek
public void seek(long offset)
-
position
public long position()
-
-