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