public class ImagePixelInputStream extends MemoryCacheImageInputStream implements BytesWithImageDescriptor
bitOffset, byteOrder, flushedPos, streamPos| Constructor and Description |
|---|
ImagePixelInputStream(ImageInputStream dis,
ImageDescriptor imageDescriptor) |
ImagePixelInputStream(ImageInputStream dis,
ImageDescriptor imageDescriptor,
TransferSyntaxType tsType) |
| Modifier and Type | Method and Description |
|---|---|
ByteBuffer |
getBytes() |
ImageDescriptor |
getImageDescriptor() |
boolean |
isEndOfStream() |
int |
read() |
int |
read(byte[] b,
int off,
int len) |
void |
seekCurrentFrame() |
boolean |
seekNextFrame() |
close, finalize, flushBefore, isCached, isCachedFile, isCachedMemorycheckClosed, 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, skipBytespublic ImagePixelInputStream(ImageInputStream dis, ImageDescriptor imageDescriptor) throws IOException
IOExceptionpublic ImagePixelInputStream(ImageInputStream dis, ImageDescriptor imageDescriptor, TransferSyntaxType tsType) throws IOException
IOExceptionpublic ImageDescriptor getImageDescriptor()
getImageDescriptor in interface BytesWithImageDescriptorpublic int read()
throws IOException
read in interface ImageInputStreamread in class MemoryCacheImageInputStreamIOExceptionpublic int read(byte[] b,
int off,
int len)
throws IOException
read in interface ImageInputStreamread in class MemoryCacheImageInputStreamIOExceptionpublic void seekCurrentFrame()
throws IOException
IOExceptionpublic boolean seekNextFrame()
throws IOException
IOExceptionpublic ByteBuffer getBytes() throws IOException
getBytes in interface BytesWithImageDescriptorIOExceptionpublic boolean isEndOfStream()
Copyright © 2021. All rights reserved.