Class GZip.GZipWorkAction
java.lang.Object
io.freefair.gradle.plugins.compress.tasks.CompressorWorkAction<GzipCompressorOutputStream,GZip.GZipWorkParameters>
io.freefair.gradle.plugins.compress.tasks.GZip.GZipWorkAction
- All Implemented Interfaces:
WorkAction<GZip.GZipWorkParameters>
- Enclosing class:
- GZip
public abstract static class GZip.GZipWorkAction
extends CompressorWorkAction<GzipCompressorOutputStream,GZip.GZipWorkParameters>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected GzipCompressorOutputStreamcreateOutputStream(BufferedOutputStream outputStream) Methods inherited from class io.freefair.gradle.plugins.compress.tasks.CompressorWorkAction
executeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.gradle.workers.WorkAction
getParameters
-
Constructor Details
-
GZipWorkAction
public GZipWorkAction()
-
-
Method Details
-
createOutputStream
protected GzipCompressorOutputStream createOutputStream(BufferedOutputStream outputStream) throws IOException - Specified by:
createOutputStreamin classCompressorWorkAction<GzipCompressorOutputStream,GZip.GZipWorkParameters> - Throws:
IOException
-