public class FSPackedNumbersStream extends Object
Constructor and Description |
---|
FSPackedNumbersStream(FSFile input) |
Modifier and Type | Method and Description |
---|---|
boolean |
isEof() |
long |
position() |
long |
read() |
long |
readSigned() |
void |
seek(long offset) |
public FSPackedNumbersStream(FSFile input)
public boolean isEof()
public long readSigned() throws SVNException
SVNException
public long read() throws SVNException
SVNException
public void seek(long offset)
public long position()
Copyright © 2019. All rights reserved.