Class GzipBuilder
java.lang.Object
cool.scx.common.zip.GzipBuilder
-
Constructor Summary
ConstructorsConstructorDescriptionGzipBuilder(byte[] bytes) GzipBuilder(InputStreamSource source) GzipBuilder(InputStream inputStream) GzipBuilder(Path path) GzipBuilder(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.OutputStreamSource
toBytes, toFile
-
Constructor Details
-
GzipBuilder
-
GzipBuilder
-
GzipBuilder
public GzipBuilder(byte[] bytes) -
GzipBuilder
-
GzipBuilder
-
-
Method Details
-
writeToOutputStream
Description copied from interface:OutputStreamSource写入到指定输出流- Specified by:
writeToOutputStreamin interfaceOutputStreamSource- Parameters:
out- 输出流- Throws:
IOException- e
-