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, skipBytes
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
close, 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, skipBytes
protected ImageInputStream iis
public FilterImageInputStream(ImageInputStream iis)
public FilterImageInputStream()
public boolean isCached()
isCached
in interface ImageInputStream
isCached
in class ImageInputStreamImpl
public boolean isCachedFile()
isCachedFile
in interface ImageInputStream
isCachedFile
in class ImageInputStreamImpl
public boolean isCachedMemory()
isCachedMemory
in interface ImageInputStream
isCachedMemory
in class ImageInputStreamImpl
public int skipBytes(int n) throws IOException
skipBytes
in interface DataInput
skipBytes
in interface ImageInputStream
skipBytes
in class ImageInputStreamImpl
IOException
public void setBitOffset(int bitOffset) throws IOException
setBitOffset
in interface ImageInputStream
setBitOffset
in class ImageInputStreamImpl
IOException
public ByteOrder getByteOrder()
getByteOrder
in interface ImageInputStream
getByteOrder
in class ImageInputStreamImpl
public void setByteOrder(ByteOrder byteOrder)
setByteOrder
in interface ImageInputStream
setByteOrder
in class ImageInputStreamImpl
Copyright © 2006–2014 GeoSolutions. All rights reserved.