Package org.deckfour.xes.nikefs2
Class NikeFS2RandomAccessStorageImpl.FS2BlockOutputStream
- java.lang.Object
-
- java.io.OutputStream
-
- org.deckfour.xes.nikefs2.NikeFS2RandomAccessStorageImpl.FS2BlockOutputStream
-
- All Implemented Interfaces:
java.io.Closeable,java.io.Flushable,java.lang.AutoCloseable
- Enclosing class:
- NikeFS2RandomAccessStorageImpl
protected class NikeFS2RandomAccessStorageImpl.FS2BlockOutputStream extends java.io.OutputStreamInternal support class implementing an output stream over a list of blocks, as implemented by the enclosing class- Author:
- Christian W. Guenther (christian@deckfour.org)
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedFS2BlockOutputStream()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidfinalize()voidflush()voidwrite(byte[] buffer)voidwrite(byte[] buffer, int offset, int length)voidwrite(int value)
-
-
-
Method Detail
-
write
public void write(int value) throws java.io.IOException- Specified by:
writein classjava.io.OutputStream- Throws:
java.io.IOException
-
write
public void write(byte[] buffer, int offset, int length) throws java.io.IOException- Overrides:
writein classjava.io.OutputStream- Throws:
java.io.IOException
-
write
public void write(byte[] buffer) throws java.io.IOException- Overrides:
writein classjava.io.OutputStream- Throws:
java.io.IOException
-
flush
public void flush() throws java.io.IOException- Specified by:
flushin interfacejava.io.Flushable- Overrides:
flushin classjava.io.OutputStream- Throws:
java.io.IOException
-
finalize
protected void finalize() throws java.lang.Throwable- Overrides:
finalizein classjava.lang.Object- Throws:
java.lang.Throwable
-
-