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 java.io.IOException
java.io.IOExceptionlong getFilePointer()
throws java.io.IOException
java.io.IOExceptionint read() throws java.io.IOException
java.io.IOExceptionint read(byte[] b) throws java.io.IOException
java.io.IOExceptionint read(byte[] b,
int off,
int len)
throws java.io.IOException
java.io.IOExceptionlong length()
throws java.io.IOException
java.io.IOExceptionvoid close()
throws java.io.IOException
java.io.IOExceptionCopyright © 2004-2012 TMate Software Ltd. All Rights Reserved.