com.alibaba.simpleimage.io
接口 ImageInputStream

所有已知实现类:
ImageBitsInputStream

public interface ImageInputStream

作者:
wendell

方法摘要
 void close()
           
 int read()
           
 int read(byte[] b)
           
 int read(byte[] b, int off, int len)
           
 int readBit()
           
 long readBits(int bit)
           
 byte readByte()
           
 short readShort()
           
 int readUnsignedShort()
           
 void resetBuffer()
           
 int skipBytes(int n)
           
 

方法详细信息

read

int read()
         throws IOException
抛出:
IOException

readUnsignedShort

int readUnsignedShort()
                      throws IOException
抛出:
IOException

read

int read(byte[] b,
         int off,
         int len)
         throws IOException
抛出:
IOException

read

int read(byte[] b)
         throws IOException
抛出:
IOException

readBit

int readBit()
            throws IOException,
                   JPEGMarkerException
抛出:
IOException
JPEGMarkerException

readShort

short readShort()
                throws IOException
抛出:
IOException

readByte

byte readByte()
              throws IOException
抛出:
IOException

readBits

long readBits(int bit)
              throws IOException,
                     JPEGMarkerException
抛出:
IOException
JPEGMarkerException

skipBytes

int skipBytes(int n)
              throws IOException
抛出:
IOException

close

void close()
           throws IOException
抛出:
IOException

resetBuffer

void resetBuffer()
                 throws IOException
抛出:
IOException


Copyright © 2012–2015 Alibaba Group. All rights reserved.