Class ZstdDecompressInputStream
java.lang.Object
java.io.InputStream
io.clonecloudstore.common.standard.inputstream.ZstdDecompressInputStream
- All Implemented Interfaces:
Closeable
,AutoCloseable
Zstd InputStream: takes an InputStream as entry and give back a uncompressed InputStream
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
void
close()
long
boolean
int
read()
int
read
(byte[] b) int
read
(byte[] b, int off, int len) long
skip
(long n) toString()
long
transferTo
(OutputStream out) Methods inherited from class java.io.InputStream
mark, nullInputStream, readAllBytes, readNBytes, readNBytes, reset, skipNBytes
-
Constructor Details
-
ZstdDecompressInputStream
- Throws:
IOException
-
-
Method Details
-
getSizeDecompressed
public long getSizeDecompressed() -
read
- Specified by:
read
in classInputStream
- Throws:
IOException
-
read
- Overrides:
read
in classInputStream
- Throws:
IOException
-
read
- Overrides:
read
in classInputStream
- Throws:
IOException
-
skip
- Overrides:
skip
in classInputStream
- Throws:
IOException
-
available
- Overrides:
available
in classInputStream
- Throws:
IOException
-
close
- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Overrides:
close
in classInputStream
- Throws:
IOException
-
markSupported
public boolean markSupported()- Overrides:
markSupported
in classInputStream
-
transferTo
- Overrides:
transferTo
in classInputStream
- Throws:
IOException
-
toString
-