Package io.inversion.utils
Class GzipCompressingInputStream
java.lang.Object
java.io.InputStream
java.io.SequenceInputStream
io.inversion.utils.GzipCompressingInputStream
- All Implemented Interfaces:
Closeable,AutoCloseable
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprotected static classInternal stream without header/trailerprotected static classInternal stream without header/trailerprotected static class -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.io.SequenceInputStream
available, close, read, readMethods inherited from class java.io.InputStream
mark, markSupported, nullInputStream, read, readAllBytes, readNBytes, readNBytes, reset, skip, skipNBytes, transferTo
-
Constructor Details
-
GzipCompressingInputStream
- Throws:
IOException
-
GzipCompressingInputStream
- Throws:
IOException
-