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, readpublic int read()
throws IOException
read in class InputStreamIOExceptionpublic int available()
throws IOException
available in class InputStreamIOExceptionpublic long skip(long n)
throws IOException
skip in class InputStreamIOExceptionpublic void reset()
throws IOException
reset in class InputStreamIOExceptionpublic void close()
close in interface Closeableclose in interface AutoCloseableclose in class InputStreamCopyright © 2019 Vitam. All rights reserved.