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
SVNExceptionpublic long read()
throws SVNException
SVNExceptionpublic void seek(long offset)
public long position()
Copyright © 2025. All rights reserved.