Class SimpleByteOutput

  • All Implemented Interfaces:
    java.io.Closeable, java.io.Flushable, java.lang.AutoCloseable, ByteOutput
    Direct Known Subclasses:
    ByteOutputStream

    public abstract class SimpleByteOutput
    extends java.io.OutputStream
    implements ByteOutput
    A simple byte output which extends OutputStream.
    • 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 java.io.Closeable

        close
      • Methods inherited from interface java.io.Flushable

        flush
    • Constructor Detail

      • SimpleByteOutput

        public SimpleByteOutput()