public static class FileChannelUtility.ReopenerInputStream extends InputStream
| Constructor and Description |
|---|
FileChannelUtility.ReopenerInputStream(IReopenChannel<FileChannel> opener) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
int |
read() |
int |
read(byte[] dst) |
int |
read(byte[] dst,
int off,
int len) |
available, mark, markSupported, reset, skippublic FileChannelUtility.ReopenerInputStream(IReopenChannel<FileChannel> opener) throws IOException
IOExceptionpublic void close()
close in interface Closeableclose in interface AutoCloseableclose in class InputStreampublic int read()
throws IOException
read in class InputStreamIOExceptionpublic int read(byte[] dst)
throws IOException
read in class InputStreamIOExceptionpublic int read(byte[] dst,
int off,
int len)
throws IOException
read in class InputStreamIOExceptionCopyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.