com.alibaba.simpleimage.io
类 ImageBitsInputStream
java.lang.Object
com.alibaba.simpleimage.io.ImageBitsInputStream
- 所有已实现的接口:
- ImageInputStream
public class ImageBitsInputStream
- extends Object
- implements ImageInputStream
- 作者:
- wendell
ImageBitsInputStream
public ImageBitsInputStream(InputStream input)
close
public void close()
throws IOException
- 指定者:
- 接口
ImageInputStream 中的 close
- 抛出:
IOException
read
public int read()
throws IOException
- 指定者:
- 接口
ImageInputStream 中的 read
- 抛出:
IOException
read
public int read(byte[] b,
int off,
int len)
throws IOException
- 指定者:
- 接口
ImageInputStream 中的 read
- 抛出:
IOException
read
public int read(byte[] b)
throws IOException
- 指定者:
- 接口
ImageInputStream 中的 read
- 抛出:
IOException
readBit
public int readBit()
throws IOException,
JPEGMarkerException
- 指定者:
- 接口
ImageInputStream 中的 readBit
- 抛出:
IOException
JPEGMarkerException
readBits
public long readBits(int bit)
throws IOException,
JPEGMarkerException
- 指定者:
- 接口
ImageInputStream 中的 readBits
- 抛出:
IOException
JPEGMarkerException
skipBytes
public int skipBytes(int n)
throws IOException
- 指定者:
- 接口
ImageInputStream 中的 skipBytes
- 抛出:
IOException
readUnsignedShort
public int readUnsignedShort()
throws IOException
- 指定者:
- 接口
ImageInputStream 中的 readUnsignedShort
- 抛出:
IOException
readShort
public short readShort()
throws IOException
- 指定者:
- 接口
ImageInputStream 中的 readShort
- 抛出:
IOException
readByte
public byte readByte()
throws IOException
- 指定者:
- 接口
ImageInputStream 中的 readByte
- 抛出:
IOException
resetBuffer
public void resetBuffer()
throws IOException
- 指定者:
- 接口
ImageInputStream 中的 resetBuffer
- 抛出:
IOException
Copyright © 2012–2015 Alibaba Group. All rights reserved.