Class J9FileImageInputStream
java.lang.Object
javax.imageio.stream.ImageInputStreamImpl
javax.imageio.stream.FileImageInputStream
com.ibm.dtfj.utils.file.J9FileImageInputStream
- All Implemented Interfaces:
Closeable
,DataInput
,AutoCloseable
,ImageInputStream
-
Field Summary
Fields declared in class javax.imageio.stream.ImageInputStreamImpl
bitOffset, byteOrder, flushedPos, streamPos
-
Constructor Summary
ConstructorDescriptionJ9FileImageInputStream
(File f, ManagedImageSource source) J9FileImageInputStream
(RandomAccessFile raf, ManagedImageSource source) -
Method Summary
Methods declared in class javax.imageio.stream.FileImageInputStream
close, finalize, length, read, read, seek
Methods declared in class javax.imageio.stream.ImageInputStreamImpl
checkClosed, flush, flushBefore, getBitOffset, getByteOrder, getFlushedPosition, getStreamPosition, isCached, isCachedFile, isCachedMemory, 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, setBitOffset, setByteOrder, skipBytes, skipBytes
-
Constructor Details
-
J9FileImageInputStream
public J9FileImageInputStream(File f, ManagedImageSource source) throws FileNotFoundException, IOException - Throws:
FileNotFoundException
IOException
-
J9FileImageInputStream
-
-
Method Details
-
getSource
-
getFile
-
getRaf
-