public class BitsToByteInputStream extends InputStream
| Constructor and Description |
|---|
BitsToByteInputStream(MyBitInputStream is,
int desiredDepth) |
| Modifier and Type | Method and Description |
|---|---|
int |
read() |
int |
readBits(int bitCount) |
int[] |
readBitsArray(int sampleBits,
int length) |
available, close, mark, markSupported, read, read, reset, skippublic BitsToByteInputStream(MyBitInputStream is, int desiredDepth)
public int read()
throws IOException
read in class InputStreamIOExceptionpublic int readBits(int bitCount)
throws IOException
IOExceptionpublic int[] readBitsArray(int sampleBits,
int length)
throws IOException
IOExceptionCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.