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, skippublic MyBitInputStream(InputStream is, ByteOrder byteOrder)
public int read()
throws IOException
read in class InputStreamIOExceptionpublic void setTiffLZWMode()
public int readBits(int sampleBits)
throws IOException
IOExceptionpublic void flushCache()
public long getBytesRead()
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.