|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.imageio.stream.ImageInputStreamImpl
it.geosolutions.imageio.stream.input.FilterImageInputStream
it.geosolutions.imageio.stream.input.compressed.InflaterImageInputStream
it.geosolutions.imageio.stream.input.compressed.GZIPImageInputStream
it.geosolutions.imageio.stream.input.compressed.GZIPFilterFileImageInputStreamExt
public class GZIPFilterFileImageInputStreamExt
Field Summary |
---|
Fields inherited from class it.geosolutions.imageio.stream.input.compressed.GZIPImageInputStream |
---|
crc, eos, GZIP_MAGIC |
Fields inherited from class it.geosolutions.imageio.stream.input.compressed.InflaterImageInputStream |
---|
buf, inf, len, singleByteBuf, usesDefaultInflater |
Fields inherited from class it.geosolutions.imageio.stream.input.FilterImageInputStream |
---|
iis |
Fields inherited from class javax.imageio.stream.ImageInputStreamImpl |
---|
bitOffset, byteOrder, flushedPos, streamPos |
Constructor Summary | |
---|---|
GZIPFilterFileImageInputStreamExt(File file)
|
|
GZIPFilterFileImageInputStreamExt(FileImageInputStreamExtImpl fiis)
|
Method Summary | |
---|---|
Class<File> |
getBinding()
Retrieve the class for the target object. |
File |
getFile()
return the associated file |
File |
getTarget()
Retrieves the target object on which we work. |
Methods inherited from class it.geosolutions.imageio.stream.input.compressed.GZIPImageInputStream |
---|
close, read |
Methods inherited from class it.geosolutions.imageio.stream.input.compressed.InflaterImageInputStream |
---|
fill, mark, read, reset, seek, skipBytes, skipBytes |
Methods inherited from class it.geosolutions.imageio.stream.input.FilterImageInputStream |
---|
getByteOrder, isCached, isCachedFile, isCachedMemory, setBitOffset, setByteOrder |
Methods inherited from class javax.imageio.stream.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 java.lang.Object |
---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface javax.imageio.stream.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
public File getTarget()
AccessibleStream
getTarget
in interface AccessibleStream<File>
public Class<File> getBinding()
AccessibleStream
getBinding
in interface AccessibleStream<File>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |