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