|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
ObjectImageInputStreamImpl
FilterImageInputStream
public abstract class FilterImageInputStream
Decorator class for the ImageInputStream subclasses.
| Field Summary | |
|---|---|
protected ImageInputStream |
iis
|
| Fields inherited from class ImageInputStreamImpl |
|---|
bitOffset, byteOrder, flushedPos, streamPos |
| Constructor Summary | |
|---|---|
FilterImageInputStream()
Default constructor |
|
FilterImageInputStream(ImageInputStream iis)
The constructor |
|
| Method Summary | |
|---|---|
ByteOrder |
getByteOrder()
|
boolean |
isCached()
|
boolean |
isCachedFile()
|
boolean |
isCachedMemory()
|
void |
setBitOffset(int bitOffset)
|
void |
setByteOrder(ByteOrder byteOrder)
|
int |
skipBytes(int n)
|
| Methods inherited from class ImageInputStreamImpl |
|---|
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 |
| Methods inherited from class Object |
|---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface ImageInputStream |
|---|
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 |
| Field Detail |
|---|
protected ImageInputStream iis
| Constructor Detail |
|---|
public FilterImageInputStream(ImageInputStream iis)
public FilterImageInputStream()
| Method Detail |
|---|
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 ImageInputStreamImpl
public int skipBytes(int n)
throws IOException
skipBytes in interface DataInputskipBytes in interface ImageInputStreamskipBytes in class ImageInputStreamImplIOException
public 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 ImageInputStreamImpl
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||