public final class ByteArrayImageInputStream extends ImageInputStreamImpl
bitOffset, byteOrder, flushedPos, streamPos| Constructor and Description |
|---|
ByteArrayImageInputStream(byte[] data) |
ByteArrayImageInputStream(byte[] data,
int offset,
int length) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isCached() |
boolean |
isCachedMemory() |
long |
length() |
int |
read() |
int |
read(byte[] buffer,
int offset,
int len) |
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[] data)
public ByteArrayImageInputStream(byte[] data,
int offset,
int length)
public int read()
throws IOException
read in interface ImageInputStreamread in class ImageInputStreamImplIOExceptionpublic int read(byte[] buffer,
int offset,
int len)
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 © 2024. All rights reserved.