| javax.imageio.stream.ImageInputStream
All known Subclasses: javax.imageio.stream.ImageInputStreamImpl,
Method Summary | |
void | close() | void | flush() | void | flushBefore(long pos) | int | getBitOffset() | ByteOrder | getByteOrder() | long | getFlushedPosition() | long | getStreamPosition() | boolean | isCached() | boolean | isCachedFile() | boolean | isCachedMemory() | long | length() | void | mark() | int | read() | int | read(byte[] b) | int | read(byte[] b, int off, int len) | int | readBit() | long | readBits(int numBits) | boolean | readBoolean() | byte | readByte() | void | readBytes(IIOByteBuffer buf, int len) | char | readChar() | double | readDouble() | float | readFloat() | void | readFully(byte[] b, int off, int len) | void | readFully(byte[] b) | void | readFully(short[] s, int off, int len) | void | readFully(char[] c, int off, int len) | void | readFully(int[] i, int off, int len) | void | readFully(long[] l, int off, int len) | void | readFully(float[] f, int off, int len) | void | readFully(double[] d, int off, int len) | int | readInt() | String | readLine() | long | readLong() | short | readShort() | String | readUTF() | int | readUnsignedByte() | long | readUnsignedInt() | int | readUnsignedShort() | void | reset() | void | seek(long pos) | void | setBitOffset(int bitOffset) | void | setByteOrder(ByteOrder byteOrder) | int | skipBytes(int n) | long | skipBytes(long n) |
getFlushedPosition | long getFlushedPosition()(Code) | | |
isCached | boolean isCached()(Code) | | |
isCachedFile | boolean isCachedFile()(Code) | | |
isCachedMemory | boolean isCachedMemory()(Code) | | |
|
|