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, skip
public FileChannelUtility.ReopenerInputStream(IReopenChannel<FileChannel> opener) throws IOException
IOException
public void close()
close
in interface Closeable
close
in interface AutoCloseable
close
in class InputStream
public int read() throws IOException
read
in class InputStream
IOException
public int read(byte[] dst) throws IOException
read
in class InputStream
IOException
public int read(byte[] dst, int off, int len) throws IOException
read
in class InputStream
IOException
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.