Class VitamAutoCloseInputStream.AlreadyConsumedInputStream
- java.lang.Object
-
- java.io.InputStream
-
- fr.gouv.vitam.common.storage.swift.VitamAutoCloseInputStream.AlreadyConsumedInputStream
-
- All Implemented Interfaces:
java.io.Closeable,java.lang.AutoCloseable
- Enclosing class:
- VitamAutoCloseInputStream
public class VitamAutoCloseInputStream.AlreadyConsumedInputStream extends java.io.InputStream
-
-
Constructor Summary
Constructors Constructor Description AlreadyConsumedInputStream()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intavailable()voidclose()intread()voidreset()longskip(long n)
-
-
-
Method Detail
-
read
public int read() throws java.io.IOException- Specified by:
readin classjava.io.InputStream- Throws:
java.io.IOException
-
available
public int available() throws java.io.IOException- Overrides:
availablein classjava.io.InputStream- Throws:
java.io.IOException
-
skip
public long skip(long n) throws java.io.IOException- Overrides:
skipin classjava.io.InputStream- Throws:
java.io.IOException
-
reset
public void reset() throws java.io.IOException- Overrides:
resetin classjava.io.InputStream- Throws:
java.io.IOException
-
close
public void close()
- Specified by:
closein interfacejava.lang.AutoCloseable- Specified by:
closein interfacejava.io.Closeable- Overrides:
closein classjava.io.InputStream
-
-