public interface ImageInputStream
int read() throws IOException
IOExceptionint readUnsignedShort()
throws IOException
IOExceptionint read(byte[] b,
int off,
int len)
throws IOException
IOExceptionint read(byte[] b) throws IOException
IOExceptionint readBit()
throws IOException,
JPEGMarkerException
short readShort()
throws IOException
IOExceptionbyte readByte()
throws IOException
IOExceptionlong readBits(int bit)
throws IOException,
JPEGMarkerException
int skipBytes(int n)
throws IOException
IOExceptionvoid close()
throws IOException
IOExceptionvoid resetBuffer()
throws IOException
IOExceptionCopyright © 2020. All rights reserved.