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