public class BitsToByteInputStream
extends java.io.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) |
public BitsToByteInputStream(MyBitInputStream is, int desiredDepth)
public int read()
throws java.io.IOException
read in class java.io.InputStreamjava.io.IOExceptionpublic int readBits(int bitCount)
throws java.io.IOException
java.io.IOExceptionpublic int[] readBitsArray(int sampleBits,
int length)
throws java.io.IOException
java.io.IOException"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"