Package org.goots.exploder.types
Class SevenZFileType
- java.lang.Object
-
- org.goots.exploder.types.ArchiveFileType
-
- org.goots.exploder.types.SevenZFileType
-
- All Implemented Interfaces:
FileType
public class SevenZFileType extends ArchiveFileType
-
-
Constructor Summary
Constructors Constructor Description SevenZFileType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T extends InputStream>
TgetStream(File source)StringgetTypename()StringgetUncompressedFilename(File source)-
Methods inherited from class org.goots.exploder.types.ArchiveFileType
isArchive, isCompressed, toString
-
-
-
-
Method Detail
-
getTypename
public String getTypename()
-
getStream
public <T extends InputStream> T getStream(File source) throws InternalException
- Specified by:
getStreamin interfaceFileType- Overrides:
getStreamin classArchiveFileType- Throws:
InternalException
-
-