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
IOException
long getFilePointer() throws IOException
IOException
int read() throws IOException
IOException
int read(byte[] b) throws IOException
IOException
int read(byte[] b, int off, int len) throws IOException
IOException
long length() throws IOException
IOException
void close() throws IOException
IOException
Copyright © 2022. All rights reserved.