org.eclipse.mat.parser.io
Class BitInputStream
java.lang.Object
org.eclipse.mat.parser.io.BitInputStream
- All Implemented Interfaces:
- Closeable, Flushable
public class BitInputStream
- extends Object
- implements Flushable, Closeable
DEFAULT_BUFFER_SIZE
public static final int DEFAULT_BUFFER_SIZE
- See Also:
- Constant Field Values
BitInputStream
public BitInputStream(InputStream is)
flush
public void flush()
- Specified by:
flush
in interface Flushable
close
public void close()
throws IOException
- Specified by:
close
in interface Closeable
- Throws:
IOException
readBit
public int readBit()
throws IOException
- Throws:
IOException
readInt
public int readInt(int len)
throws IOException
- Throws:
IOException