public class PatchJPEGLSImageInputStream extends ImageInputStreamImpl implements BytesWithImageDescriptor
bitOffset, byteOrder, flushedPos, streamPos| Constructor and Description |
|---|
PatchJPEGLSImageInputStream(ImageInputStream iis,
PatchJPEGLS patchJPEGLS) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
protected void |
finalize() |
void |
flushBefore(long pos) |
ByteBuffer |
getBytes() |
ImageDescriptor |
getImageDescriptor() |
boolean |
isCached() |
boolean |
isCachedFile() |
boolean |
isCachedMemory() |
long |
length() |
void |
mark() |
int |
read() |
int |
read(byte[] b,
int off,
int len) |
void |
reset() |
void |
seek(long pos) |
checkClosed, flush, getBitOffset, getByteOrder, getFlushedPosition, getStreamPosition, 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, setBitOffset, setByteOrder, skipBytes, skipBytespublic PatchJPEGLSImageInputStream(ImageInputStream iis, PatchJPEGLS patchJPEGLS) throws IOException
IOExceptionpublic ImageDescriptor getImageDescriptor()
getImageDescriptor in interface BytesWithImageDescriptorpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in interface ImageInputStreamclose in class ImageInputStreamImplIOExceptionpublic void flushBefore(long pos)
throws IOException
flushBefore in interface ImageInputStreamflushBefore in class ImageInputStreamImplIOExceptionpublic 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 ImageInputStreamImplpublic long length()
length in interface ImageInputStreamlength in class ImageInputStreamImplpublic int read()
throws IOException
read in interface ImageInputStreamread in class ImageInputStreamImplIOExceptionpublic int read(byte[] b,
int off,
int len)
throws IOException
read in interface ImageInputStreamread in class ImageInputStreamImplIOExceptionpublic void mark()
mark in interface ImageInputStreammark in class ImageInputStreamImplpublic void reset()
throws IOException
reset in interface ImageInputStreamreset in class ImageInputStreamImplIOExceptionpublic void seek(long pos)
throws IOException
seek in interface ImageInputStreamseek in class ImageInputStreamImplIOExceptionpublic ByteBuffer getBytes() throws IOException
getBytes in interface BytesWithImageDescriptorIOExceptionprotected void finalize()
finalize in class ImageInputStreamImplCopyright © 2021. All rights reserved.