|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectImageInputStreamImpl
FilterImageInputStream
InflaterImageInputStream
GZIPImageInputStream
GZIPFilterFileImageInputStreamExt
public class GZIPFilterFileImageInputStreamExt
Field Summary |
---|
Fields inherited from class GZIPImageInputStream |
---|
crc, eos, GZIP_MAGIC |
Fields inherited from class InflaterImageInputStream |
---|
buf, inf, len, singleByteBuf, usesDefaultInflater |
Fields inherited from class FilterImageInputStream |
---|
iis |
Fields inherited from class ImageInputStreamImpl |
---|
bitOffset, byteOrder, flushedPos, streamPos |
Constructor Summary | |
---|---|
GZIPFilterFileImageInputStreamExt(File file)
|
|
GZIPFilterFileImageInputStreamExt(FileImageInputStreamExtImpl fiis)
|
Method Summary | |
---|---|
File |
getFile()
return the associated file |
Methods inherited from class GZIPImageInputStream |
---|
close, read |
Methods inherited from class InflaterImageInputStream |
---|
fill, mark, read, reset, seek, skipBytes, skipBytes |
Methods inherited from class FilterImageInputStream |
---|
getByteOrder, isCached, isCachedFile, isCachedMemory, setBitOffset, setByteOrder |
Methods inherited from class ImageInputStreamImpl |
---|
checkClosed, finalize, flush, flushBefore, getBitOffset, getFlushedPosition, getStreamPosition, length, 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 |
Methods inherited from class Object |
---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface ImageInputStream |
---|
close, flush, flushBefore, getBitOffset, getByteOrder, getFlushedPosition, getStreamPosition, isCached, isCachedFile, isCachedMemory, 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, setBitOffset, setByteOrder, skipBytes, skipBytes |
Constructor Detail |
---|
public GZIPFilterFileImageInputStreamExt(File file) throws FileNotFoundException, IOException
FileNotFoundException
IOException
public GZIPFilterFileImageInputStreamExt(FileImageInputStreamExtImpl fiis) throws FileNotFoundException, IOException
FileNotFoundException
IOException
Method Detail |
---|
public File getFile()
getFile
in interface FileImageInputStreamExt
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |