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 java.io.OutputStream
close, flush, nullOutputStream, write, write, writeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jboss.marshalling.ByteOutput
write, write, write
-
Constructor Details
-
SimpleByteOutput
public SimpleByteOutput()
-