Class SimpleByteOutput

java.lang.Object
java.io.OutputStream
org.jboss.marshalling.SimpleByteOutput
All Implemented Interfaces:
Closeable, Flushable, AutoCloseable, ByteOutput
Direct Known Subclasses:
ByteOutputStream

public abstract class SimpleByteOutput extends OutputStream implements ByteOutput
A simple byte output which extends OutputStream.
  • Constructor Details

    • SimpleByteOutput

      public SimpleByteOutput()