Package org.codehaus.plexus.archiver.tar
Class XZTarFile
- java.lang.Object
-
- org.codehaus.plexus.archiver.tar.TarFile
-
- org.codehaus.plexus.archiver.tar.XZTarFile
-
- All Implemented Interfaces:
ArchiveFile
public class XZTarFile extends TarFile
- Since:
- 3.3
- Author:
- philip.lourandos
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected InputStream
getInputStream(File file)
-
Methods inherited from class org.codehaus.plexus.archiver.tar.TarFile
close, getEntries, getInputStream, getInputStream
-
-
-
-
Constructor Detail
-
XZTarFile
public XZTarFile(File file)
-
-
Method Detail
-
getInputStream
protected InputStream getInputStream(File file) throws IOException
- Overrides:
getInputStream
in classTarFile
- Throws:
IOException
-
-