Class LzmaArchiver
- java.lang.Object
-
- io.freefair.gradle.plugins.compress.internal.CommonsCompressArchiver
-
- io.freefair.gradle.plugins.compress.internal.LzmaArchiver
-
- All Implemented Interfaces:
Describable
,org.gradle.api.internal.file.archive.compression.CompressedReadableResource
,org.gradle.api.resources.internal.ReadableResourceInternal
,ReadableResource
,Resource
,org.gradle.internal.resource.Resource
public class LzmaArchiver extends CommonsCompressArchiver
- See Also:
GzipArchiver
-
-
Constructor Summary
Constructors Constructor Description LzmaArchiver(File xzFile)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected String
getSchemePrefix()
protected LZMACompressorInputStream
read(InputStream in)
-
Methods inherited from class io.freefair.gradle.plugins.compress.internal.CommonsCompressArchiver
getBackingFile, getBaseName, getDisplayName, getURI, read
-
-
-
-
Constructor Detail
-
LzmaArchiver
public LzmaArchiver(File xzFile)
-
-
Method Detail
-
read
protected LZMACompressorInputStream read(InputStream in) throws IOException
- Specified by:
read
in classCommonsCompressArchiver
- Throws:
IOException
-
getSchemePrefix
protected String getSchemePrefix()
- Specified by:
getSchemePrefix
in classCommonsCompressArchiver
-
-