Class GunzipBuilder
java.lang.Object
cool.scx.common.zip.GunzipBuilder
- All Implemented Interfaces:
InputStreamSource,OutputStreamSource
GunzipBuilder
- Version:
- 2.0.4
- Author:
- scx567888
-
Constructor Summary
ConstructorsConstructorDescriptionGunzipBuilder(byte[] bytes) GunzipBuilder(InputStreamSource source) GunzipBuilder(InputStream inputStream) GunzipBuilder(Path path) GunzipBuilder(Supplier<byte[]> bytesSupplier) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface cool.scx.common.io_stream_source.InputStreamSource
toBytes, toString, writeToOutputStreamMethods inherited from interface cool.scx.common.io_stream_source.OutputStreamSource
toFile
-
Constructor Details
-
GunzipBuilder
-
GunzipBuilder
-
GunzipBuilder
public GunzipBuilder(byte[] bytes) -
GunzipBuilder
-
GunzipBuilder
-
-
Method Details
-
toInputStream
Description copied from interface:InputStreamSource转换为 InputStream- Specified by:
toInputStreamin interfaceInputStreamSource- Returns:
- InputStream
- Throws:
IOException- e
-