public class MyBitInputStream extends InputStream
Constructor and Description |
---|
MyBitInputStream(InputStream is,
ByteOrder byteOrder) |
Modifier and Type | Method and Description |
---|---|
void |
flushCache() |
long |
getBytesRead() |
int |
read() |
int |
readBits(int sampleBits) |
void |
setTiffLZWMode() |
available, close, mark, markSupported, read, read, reset, skip
public MyBitInputStream(InputStream is, ByteOrder byteOrder)
public int read() throws IOException
read
in class InputStream
IOException
public void setTiffLZWMode()
public int readBits(int sampleBits) throws IOException
IOException
public void flushCache()
public long getBytesRead()
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.