public class VitamAutoCloseInputStream.AlreadyConsumedInputStream extends InputStream
Constructor and Description |
---|
AlreadyConsumedInputStream() |
Modifier and Type | Method and Description |
---|---|
int |
available() |
void |
close() |
int |
read() |
void |
reset() |
long |
skip(long n) |
mark, markSupported, read, read
public int read() throws IOException
read
in class InputStream
IOException
public int available() throws IOException
available
in class InputStream
IOException
public long skip(long n) throws IOException
skip
in class InputStream
IOException
public void reset() throws IOException
reset
in class InputStream
IOException
public void close()
close
in interface Closeable
close
in interface AutoCloseable
close
in class InputStream
Copyright © 2019 Vitam. All rights reserved.