| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT_BUFFER_SIZE |
| Constructor and Description |
|---|
BitOutputStream(OutputStream os) |
public static final int DEFAULT_BUFFER_SIZE
public BitOutputStream(OutputStream os)
public void flush()
throws IOException
flush in interface FlushableIOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableIOExceptionpublic int writeBit(int bit)
throws IOException
IOExceptionpublic int writeInt(int x,
int len)
throws IOException
IOException