public 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| Constructor and Description |
|---|
ExifOrientationStream(InputStream
|
| Modifier and Type | Method and Description |
|---|---|
void |
mark(int readlimit)
|
boolean |
markSupported()
|
int |
read()
|
int |
read(byte[] buffer, int byteOffset, int byteCount)
|
void |
reset()
|
long |
skip(long byteCount)
|
available, close, readpublic ExifOrientationStream(InputStreamin, int orientation)
public boolean markSupported()
public void mark(int readlimit)
public int read()
throws IOException
read in class
FilterInputStream
IOException
public int read(byte[] buffer,
int byteOffset,
int byteCount)
throws IOException
read in class
FilterInputStream
IOException
public long skip(long byteCount)
throws IOException
skip in class
FilterInputStream
IOException
public void reset()
throws IOException
reset in class
FilterInputStream
IOException