org.eclipse.mat.parser.io
Class BitOutputStream
java.lang.Object
org.eclipse.mat.parser.io.BitOutputStream
- All Implemented Interfaces:
- Closeable, Flushable
public class BitOutputStream
- extends Object
- implements Flushable, Closeable
DEFAULT_BUFFER_SIZE
public static final int DEFAULT_BUFFER_SIZE
- See Also:
- Constant Field Values
BitOutputStream
public BitOutputStream(OutputStream os)
flush
public void flush()
throws IOException
- Specified by:
flush
in interface Flushable
- Throws:
IOException
close
public void close()
throws IOException
- Specified by:
close
in interface Closeable
- Throws:
IOException
writeBit
public int writeBit(int bit)
throws IOException
- Throws:
IOException
writeInt
public int writeInt(int x,
int len)
throws IOException
- Throws:
IOException