Package org.eclipse.mat.parser.io
Class BitInputStream
- java.lang.Object
-
- org.eclipse.mat.parser.io.BitInputStream
-
-
Field Summary
Fields Modifier and Type Field Description static int
DEFAULT_BUFFER_SIZE
-
Constructor Summary
Constructors Constructor Description BitInputStream(InputStream is)
-
-
-
Field Detail
-
DEFAULT_BUFFER_SIZE
public static final int DEFAULT_BUFFER_SIZE
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
BitInputStream
public BitInputStream(InputStream is)
-
-
Method Detail
-
close
public void close() throws IOException
- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Throws:
IOException
-
readBit
public int readBit() throws IOException
- Throws:
IOException
-
readInt
public int readInt(int len) throws IOException
- Throws:
IOException
-
-