Package org.eclipse.mat.parser.io
Class BitInputStream
java.lang.Object
org.eclipse.mat.parser.io.BitInputStream
- All Implemented Interfaces:
Closeable
,Flushable
,AutoCloseable
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
DEFAULT_BUFFER_SIZE
public static final int DEFAULT_BUFFER_SIZE- See Also:
-
-
Constructor Details
-
BitInputStream
-
-
Method Details
-
flush
public void flush() -
close
- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Throws:
IOException
-
readBit
- Throws:
IOException
-
readInt
- Throws:
IOException
-