Class SeptetPackingOutputStream

  • All Implemented Interfaces:
    Closeable, Flushable, AutoCloseable

    public class SeptetPackingOutputStream
    extends OutputStream
    An output stream that assumes each written byte is a septet (not an octet), and packs each septet onto each other to make it more compact.