public final class ExifOrientationStream extends FilterInputStream
InputStream
containing
image data.
This class assumes that the wrapped stream contains an image format that can contain exif information and performs no verification.
in
构造器和说明 |
---|
ExifOrientationStream(InputStream in,
int orientation) |
public ExifOrientationStream(InputStream in, int orientation)
public boolean markSupported()
markSupported
在类中 FilterInputStream
public void mark(int readLimit)
mark
在类中 FilterInputStream
public int read() throws IOException
read
在类中 FilterInputStream
IOException
public int read(@NonNull byte[] buffer, int byteOffset, int byteCount) throws IOException
read
在类中 FilterInputStream
IOException
public long skip(long byteCount) throws IOException
skip
在类中 FilterInputStream
IOException
public void reset() throws IOException
reset
在类中 FilterInputStream
IOException