public class ImageBitsInputStream extends Object implements ImageInputStream
| 构造器和说明 |
|---|
ImageBitsInputStream(InputStream input) |
public ImageBitsInputStream(InputStream input)
public void close()
throws IOException
close 在接口中 ImageInputStreamIOExceptionpublic int read()
throws IOException
read 在接口中 ImageInputStreamIOExceptionpublic int read(byte[] b,
int off,
int len)
throws IOException
read 在接口中 ImageInputStreamIOExceptionpublic int read(byte[] b)
throws IOException
read 在接口中 ImageInputStreamIOExceptionpublic int readBit()
throws IOException,
JPEGMarkerException
readBit 在接口中 ImageInputStreamIOExceptionJPEGMarkerExceptionpublic long readBits(int bit)
throws IOException,
JPEGMarkerException
readBits 在接口中 ImageInputStreamIOExceptionJPEGMarkerExceptionpublic int skipBytes(int n)
throws IOException
skipBytes 在接口中 ImageInputStreamIOExceptionpublic int readUnsignedShort()
throws IOException
readUnsignedShort 在接口中 ImageInputStreamIOExceptionpublic short readShort()
throws IOException
readShort 在接口中 ImageInputStreamIOExceptionpublic byte readByte()
throws IOException
readByte 在接口中 ImageInputStreamIOExceptionpublic void resetBuffer()
throws IOException
resetBuffer 在接口中 ImageInputStreamIOExceptionCopyright © 2020. All rights reserved.