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, read
private final ImageInputStream iis
private long markedPos
private IOException markException
public ImageInputStreamAdapter(ImageInputStream iis)
public int read() throws IOException
read
in class InputStream
IOException
public void mark(int readlimit)
mark
in class InputStream
public boolean markSupported()
markSupported
in class InputStream
public int read(byte[] b, int off, int len) throws IOException
read
in class InputStream
IOException
public void reset() throws IOException
reset
in class InputStream
IOException
public long skip(long n) throws IOException
skip
in class InputStream
IOException
Copyright © 2017 dcm4che.org. All rights reserved.