Constructor and Description |
---|
BitInputStream(java.io.InputStream in)
Make a BitReader from an InputStream.
|
BitInputStream(java.io.InputStream in,
int firstByte)
Make a BitReader.
|
public BitInputStream(java.io.InputStream in)
in
- An InputStream.public BitInputStream(java.io.InputStream in, int firstByte)
in
- An InputStreamfirstByte
- The first byte, which was probably read from in.public boolean bit() throws java.io.IOException
public long nrBits()
public boolean pad(int factor) throws java.io.IOException
Copyright © 2014. All Rights Reserved.