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
-
-
Constructor Summary
Constructors Constructor Description XZTarFile(java.io.File file)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.io.InputStream
getInputStream(java.io.File file)
-
Methods inherited from class org.codehaus.plexus.archiver.tar.TarFile
close, getEntries, getInputStream, getInputStream
-
-
-
-
Method Detail
-
getInputStream
protected java.io.InputStream getInputStream(java.io.File file) throws java.io.IOException
- Overrides:
getInputStream
in classTarFile
- Throws:
java.io.IOException
-
-