public interface ISVNInputFile
| Modifier and Type | Field and Description |
|---|---|
static ISVNInputFile |
DUMMY_INPUT_FILE |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
long |
getFilePointer() |
long |
length() |
int |
read() |
int |
read(byte[] b) |
int |
read(byte[] b,
int off,
int len) |
void |
seek(long pos) |
static final ISVNInputFile DUMMY_INPUT_FILE
void seek(long pos) throws IOException
IOExceptionlong getFilePointer()
throws IOException
IOExceptionint read() throws IOException
IOExceptionint read(byte[] b) throws IOException
IOExceptionint read(byte[] b,
int off,
int len)
throws IOException
IOExceptionlong length()
throws IOException
IOExceptionvoid close()
throws IOException
IOExceptionCopyright © 2025. All rights reserved.