public class ImageInputStreamAdapter extends InputStream
| Modifier and Type | Field and Description |
|---|---|
private ImageInputStream |
iis |
private long |
markedPos |
private IOException |
markException |
| Constructor and Description |
|---|
ImageInputStreamAdapter(ImageInputStream iis) |
| Modifier and Type | Method and Description |
|---|---|
void |
mark(int readlimit) |
boolean |
markSupported() |
int |
read() |
int |
read(byte[] b,
int off,
int len) |
void |
reset() |
long |
skip(long n) |
available, close, readprivate final ImageInputStream iis
private long markedPos
private IOException markException
public ImageInputStreamAdapter(ImageInputStream iis)
public int read() throws IOException
read in class InputStreamIOExceptionpublic void mark(int readlimit)
mark in class InputStreampublic boolean markSupported()
markSupported in class InputStreampublic int read(byte[] b, int off, int len) throws IOException
read in class InputStreamIOExceptionpublic void reset() throws IOException
reset in class InputStreamIOExceptionpublic long skip(long n) throws IOException
skip in class InputStreamIOExceptionCopyright © 2017 dcm4che.org. All rights reserved.