public abstract class FilterImageInputStream extends ImageInputStreamImpl implements ImageInputStream
ImageInputStream subclasses.| Modifier and Type | Field and Description |
|---|---|
protected ImageInputStream |
iis |
bitOffset, byteOrder, flushedPos, streamPos| Constructor and Description |
|---|
FilterImageInputStream()
Default constructor
|
FilterImageInputStream(ImageInputStream iis)
The constructor
|
| Modifier and Type | Method and Description |
|---|---|
ByteOrder |
getByteOrder() |
boolean |
isCached() |
boolean |
isCachedFile() |
boolean |
isCachedMemory() |
void |
setBitOffset(int bitOffset) |
void |
setByteOrder(ByteOrder byteOrder) |
int |
skipBytes(int n) |
checkClosed, close, finalize, flush, flushBefore, getBitOffset, getFlushedPosition, getStreamPosition, length, mark, read, read, read, readBit, readBits, readBoolean, readByte, readBytes, readChar, readDouble, readFloat, readFully, readFully, readFully, readFully, readFully, readFully, readFully, readFully, readInt, readLine, readLong, readShort, readUnsignedByte, readUnsignedInt, readUnsignedShort, readUTF, reset, seek, skipBytesclone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclose, flush, flushBefore, getBitOffset, getFlushedPosition, getStreamPosition, length, mark, read, read, read, readBit, readBits, readBoolean, readByte, readBytes, readChar, readDouble, readFloat, readFully, readFully, readFully, readFully, readFully, readFully, readFully, readFully, readInt, readLine, readLong, readShort, readUnsignedByte, readUnsignedInt, readUnsignedShort, readUTF, reset, seek, skipBytesprotected ImageInputStream iis
public FilterImageInputStream(ImageInputStream iis)
public FilterImageInputStream()
public boolean isCached()
isCached in interface ImageInputStreamisCached in class ImageInputStreamImplpublic boolean isCachedFile()
isCachedFile in interface ImageInputStreamisCachedFile in class ImageInputStreamImplpublic boolean isCachedMemory()
isCachedMemory in interface ImageInputStreamisCachedMemory in class ImageInputStreamImplpublic int skipBytes(int n)
throws IOException
skipBytes in interface DataInputskipBytes in interface ImageInputStreamskipBytes in class ImageInputStreamImplIOExceptionpublic void setBitOffset(int bitOffset)
throws IOException
setBitOffset in interface ImageInputStreamsetBitOffset in class ImageInputStreamImplIOExceptionpublic ByteOrder getByteOrder()
getByteOrder in interface ImageInputStreamgetByteOrder in class ImageInputStreamImplpublic void setByteOrder(ByteOrder byteOrder)
setByteOrder in interface ImageInputStreamsetByteOrder in class ImageInputStreamImplCopyright © 2006–2019 GeoSolutions. All rights reserved.