public void
mark
()
[Inherited From ImageInputStreamImpl]
public void
readBytes
(IIOByteBuffer buf, int len)
throws
IOException
[Inherited From ImageInputStreamImpl]
public void
readFully
(byte[] b, int off, int len)
throws
IOException
[Inherited From ImageInputStreamImpl]
public void
readFully
(char[] c, int off, int len)
throws
IOException
[Inherited From ImageInputStreamImpl]
public void
readFully
(double[] d, int off, int len)
throws
IOException
[Inherited From ImageInputStreamImpl]
public void
readFully
(float[] f, int off, int len)
throws
IOException
[Inherited From ImageInputStreamImpl]
public void
readFully
(int[] i, int off, int len)
throws
IOException
[Inherited From ImageInputStreamImpl]
public void
readFully
(long[] l, int off, int len)
throws
IOException
[Inherited From ImageInputStreamImpl]
public void
readFully
(short[] s, int off, int len)
throws
IOException
[Inherited From ImageInputStreamImpl]
public void
write
(byte[] b, int off, int len)
throws
IOException
[Specified in ImageOutputStreamImpl]
public void
writeBits
(long bits, int numBits)
throws
IOException
[Inherited From ImageOutputStreamImpl]
public void
writeChars
(char[] c, int off, int len)
throws
IOException
[Inherited From ImageOutputStreamImpl]
public void
writeDoubles
(double[] d, int off, int len)
throws
IOException
[Inherited From ImageOutputStreamImpl]
public void
writeFloats
(float[] f, int off, int len)
throws
IOException
[Inherited From ImageOutputStreamImpl]
public void
writeInts
(int[] i, int off, int len)
throws
IOException
[Inherited From ImageOutputStreamImpl]
public void
writeLongs
(long[] l, int off, int len)
throws
IOException
[Inherited From ImageOutputStreamImpl]
public void
writeShorts
(short[] s, int off, int len)
throws
IOException
[Inherited From ImageOutputStreamImpl]