public void
 mark
()
    [Inherited From ImageInputStreamImpl]
publicabstract int
 read
(byte[] b, int off, int len)
    throws
    
        IOException
    
    [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]
publicabstract void
 write
(byte[] b, int off, int len)
    throws
    
        IOException
    
    [Specified in ImageOutputStream]
public void
 writeChars
(char[] c, int off, int len)
    throws
    
        IOException
    
    [Specified in ImageOutputStream]
public void
 writeDoubles
(double[] d, int off, int len)
    throws
    
        IOException
    
    [Specified in ImageOutputStream]
public void
 writeFloats
(float[] f, int off, int len)
    throws
    
        IOException
    
    [Specified in ImageOutputStream]
public void
 writeInts
(int[] i, int off, int len)
    throws
    
        IOException
    
    [Specified in ImageOutputStream]
public void
 writeLongs
(long[] l, int off, int len)
    throws
    
        IOException
    
    [Specified in ImageOutputStream]
public void
 writeShorts
(short[] s, int off, int len)
    throws
    
        IOException
    
    [Specified in ImageOutputStream]