public class UncachedImageInputStream extends ImageInputStreamImpl2
ImageInputStream that gets its input from a
regular InputStream. No caching is used and thus backward seeking is
not supported.bitOffset, byteOrder, flushedPos, streamPos| Constructor and Description |
|---|
UncachedImageInputStream(InputStream in) |
UncachedImageInputStream(InputStream in,
ByteOrder bo) |
| Modifier and Type | Method and Description |
|---|---|
int |
read() |
int |
read(byte[] b,
int off,
int len) |
void |
seek(long pos) |
readInt, readShortcheckClosed, close, finalize, flush, flushBefore, getBitOffset, getByteOrder, getFlushedPosition, getStreamPosition, isCached, isCachedFile, isCachedMemory, length, mark, read, readBit, readBits, readBoolean, readByte, readBytes, readChar, readDouble, readFloat, readFully, readFully, readFully, readFully, readFully, readFully, readFully, readFully, readLine, readLong, readUnsignedByte, readUnsignedInt, readUnsignedShort, readUTF, reset, setBitOffset, setByteOrder, skipBytes, skipBytespublic UncachedImageInputStream(InputStream in)
public UncachedImageInputStream(InputStream in, ByteOrder bo)
public 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 seek(long pos)
throws IOException
seek in interface ImageInputStreamseek in class ImageInputStreamImplIOExceptionCopyright © 2014. All Rights Reserved.