Closeable, AutoCloseablepublic class RASInputStream extends InputStream
| Constructor | Description |
|---|---|
RASInputStream(RandomAccessSource source) |
Creates an input stream based on the source
|
| Modifier and Type | Method | Description |
|---|---|---|
int |
read() |
|
int |
read(byte[] b,
int off,
int len) |
available, close, mark, markSupported, read, readAllBytes, readNBytes, reset, skip, transferTopublic RASInputStream(RandomAccessSource source)
source - the sourcepublic int read(byte[] b,
int off,
int len)
throws IOException
read in class InputStreamIOExceptionpublic int read()
throws IOException
read in class InputStreamIOExceptionCopyright © 2018. All rights reserved.