Class SimpleByteOutput
java.lang.Object
java.io.OutputStream
org.jboss.marshalling.SimpleByteOutput
- All Implemented Interfaces:
Closeable, Flushable, AutoCloseable, ByteOutput
- Direct Known Subclasses:
ByteOutputStream
A simple byte output which extends
OutputStream.-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class OutputStream
close, flush, nullOutputStream, write, write, writeMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ByteOutput
write, write, write
-
Constructor Details
-
SimpleByteOutput
public SimpleByteOutput()
-