Closeable, DataInput, AutoCloseable, ImageInputStreampublic final class ByteArrayImageInputStream extends ImageInputStreamImpl
bitOffset, byteOrder, flushedPos, streamPos| Constructor | Description |
|---|---|
ByteArrayImageInputStream(byte[] pData) |
|
ByteArrayImageInputStream(byte[] pData,
int offset,
int length) |
| Modifier and Type | Method | 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 © 2018. All rights reserved.