public class ReadOnlyAccessInputStream extends InputStream
| Constructor and Description |
|---|
ReadOnlyAccessInputStream(IReadOnlyAccess file,
long startPos,
long endPos) |
| Modifier and Type | Method and Description |
|---|---|
int |
read() |
int |
read(byte[] b) |
int |
read(byte[] b,
int off,
int len) |
available, close, mark, markSupported, reset, skippublic ReadOnlyAccessInputStream(IReadOnlyAccess file, long startPos, long endPos) throws IOException
IOExceptionpublic int read()
throws IOException
read in class InputStreamIOExceptionpublic int read(byte[] b,
int off,
int len)
throws IOException
read in class InputStreamIOExceptionpublic int read(byte[] b)
throws IOException
read in class InputStreamIOExceptionCopyright © 2017. All rights reserved.