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, skip
public BitsToByteInputStream(MyBitInputStream is, int desiredDepth)
public int read() throws IOException
read
in class InputStream
IOException
public int readBits(int bitCount) throws IOException
IOException
public int[] readBitsArray(int sampleBits, int length) throws IOException
IOException
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.