Class FileChannelOutputStream
- java.lang.Object
-
- java.io.OutputStream
-
- org.dizitart.no2.mvstore.compat.v1.mvstore.fs.FileChannelOutputStream
-
- All Implemented Interfaces:
Closeable,Flushable,AutoCloseable
public class FileChannelOutputStream extends OutputStream
-
-
Constructor Summary
Constructors Constructor Description FileChannelOutputStream(FileChannel var1, boolean var2)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()voidwrite(byte[] var1)voidwrite(byte[] var1, int var2, int var3)voidwrite(int var1)-
Methods inherited from class java.io.OutputStream
flush, nullOutputStream
-
-
-
-
Constructor Detail
-
FileChannelOutputStream
public FileChannelOutputStream(FileChannel var1, boolean var2) throws IOException
- Throws:
IOException
-
-
Method Detail
-
write
public void write(int var1) throws IOException- Specified by:
writein classOutputStream- Throws:
IOException
-
write
public void write(byte[] var1) throws IOException- Overrides:
writein classOutputStream- Throws:
IOException
-
write
public void write(byte[] var1, int var2, int var3) throws IOException- Overrides:
writein classOutputStream- Throws:
IOException
-
close
public void close() throws IOException- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Overrides:
closein classOutputStream- Throws:
IOException
-
-