Class ZipMemoryCacheImageInputStream
java.lang.Object
javax.imageio.stream.ImageInputStreamImpl
javax.imageio.stream.MemoryCacheImageInputStream
com.ibm.dtfj.utils.file.ZipMemoryCacheImageInputStream
- All Implemented Interfaces:
Closeable
,DataInput
,AutoCloseable
,ImageInputStream
Sub-class of an image input stream that comes from a zip file entry
which allows it to provide more information than the standard
MemoryCacheImageInputStream such as the length of the stream.
-
Field Summary
Fields declared in class javax.imageio.stream.ImageInputStreamImpl
bitOffset, byteOrder, flushedPos, streamPos
-
Constructor Summary
ConstructorDescriptionZipMemoryCacheImageInputStream
(ZipEntry entry, InputStream is, ManagedImageSource source) -
Method Summary
Methods declared in class javax.imageio.stream.MemoryCacheImageInputStream
close, finalize, flushBefore, isCached, isCachedFile, isCachedMemory, read, read
Methods declared in class javax.imageio.stream.ImageInputStreamImpl
checkClosed, flush, getBitOffset, getByteOrder, getFlushedPosition, getStreamPosition, length, mark, 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 Details
-
ZipMemoryCacheImageInputStream
-
ZipMemoryCacheImageInputStream
-
-
Method Details
-
getSource
-