Package org.eclipse.mat.parser.io
Class BitOutputStream
java.lang.Object
org.eclipse.mat.parser.io.BitOutputStream
- 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
-
BitOutputStream
-
-
Method Details
-
flush
- Specified by:
flush
in interfaceFlushable
- Throws:
IOException
-
close
- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Throws:
IOException
-
writeBit
- Throws:
IOException
-
writeInt
- Throws:
IOException
-