public class BitInputStreamFlexible extends InputStream implements BinaryConstants
BYTE_ORDER_BIG_ENDIAN, BYTE_ORDER_INTEL, BYTE_ORDER_LEAST_SIGNIFICANT_BYTE, BYTE_ORDER_LITTLE_ENDIAN, BYTE_ORDER_LSB, BYTE_ORDER_MOST_SIGNIFICANT_BYTE, BYTE_ORDER_MOTOROLA, BYTE_ORDER_MSB, BYTE_ORDER_NETWORK
Constructor and Description |
---|
BitInputStreamFlexible(InputStream is) |
Modifier and Type | Method and Description |
---|---|
void |
flushCache() |
long |
getBytesRead() |
int |
read() |
int |
readBits(int count) |
available, close, mark, markSupported, read, read, reset, skip
public BitInputStreamFlexible(InputStream is)
public int read() throws IOException
read
in class InputStream
IOException
public final int readBits(int count) throws IOException
IOException
public void flushCache()
public long getBytesRead()
Copyright © 2007-2012. All Rights Reserved.