Class BitInputStream

java.lang.Object
java.io.InputStream
java.io.FilterInputStream
eu.bandm.tools.util.files.BitInputStream
All Implemented Interfaces:
Closeable, AutoCloseable

public class BitInputStream extends FilterInputStream
Intput Stream which allows to read single bits sequentially. Bits have been written by BitOutputStream, i.e. left aligned. For details see there. Mark and reset as documented from the superclass are supported.
  • Constructor Details

    • BitInputStream

      public BitInputStream(InputStream in)
      Only constructed. Sets the source of the read operations.
  • Method Details