public final class ByteArrayImageInputStream extends ImageInputStreamImpl
bitOffset, byteOrder, flushedPos, streamPos| Constructor and Description |
|---|
ByteArrayImageInputStream(byte[] pData) |
ByteArrayImageInputStream(byte[] pData,
int offset,
int length) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isCached() |
boolean |
isCachedMemory() |
long |
length() |
int |
read() |
int |
read(byte[] pBuffer,
int pOffset,
int pLength) |
checkClosed, close, finalize, flush, flushBefore, getBitOffset, getByteOrder, getFlushedPosition, getStreamPosition, isCachedFile, 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 ByteArrayImageInputStream(byte[] pData)
public ByteArrayImageInputStream(byte[] pData,
int offset,
int length)
public int read()
throws IOException
read in interface ImageInputStreamread in class ImageInputStreamImplIOExceptionpublic int read(byte[] pBuffer,
int pOffset,
int pLength)
throws IOException
read in interface ImageInputStreamread in class ImageInputStreamImplIOExceptionpublic long length()
length in interface ImageInputStreamlength in class ImageInputStreamImplpublic boolean isCached()
isCached in interface ImageInputStreamisCached in class ImageInputStreamImplpublic boolean isCachedMemory()
isCachedMemory in interface ImageInputStreamisCachedMemory in class ImageInputStreamImplCopyright © 2015. All Rights Reserved.