Class FileChannelInputStream
- java.lang.Object
-
- java.io.InputStream
-
- org.dizitart.no2.mvstore.compat.v1.mvstore.fs.FileChannelInputStream
-
- All Implemented Interfaces:
Closeable,AutoCloseable
public class FileChannelInputStream extends InputStream
-
-
Constructor Summary
Constructors Constructor Description FileChannelInputStream(FileChannel var1, boolean var2)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()intread()intread(byte[] var1)intread(byte[] var1, int var2, int var3)-
Methods inherited from class java.io.InputStream
available, mark, markSupported, nullInputStream, readAllBytes, readNBytes, readNBytes, reset, skip, transferTo
-
-
-
-
Constructor Detail
-
FileChannelInputStream
public FileChannelInputStream(FileChannel var1, boolean var2)
-
-
Method Detail
-
read
public int read() throws IOException- Specified by:
readin classInputStream- Throws:
IOException
-
read
public int read(byte[] var1) throws IOException- Overrides:
readin classInputStream- Throws:
IOException
-
read
public int read(byte[] var1, int var2, int var3) throws IOException- Overrides:
readin classInputStream- Throws:
IOException
-
close
public void close() throws IOException- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Overrides:
closein classInputStream- Throws:
IOException
-
-