public abstract class ArchiveFileType extends Object implements FileType
| Constructor and Description |
|---|
ArchiveFileType() |
| Modifier and Type | Method and Description |
|---|---|
<T extends InputStream> |
getStream(File source) |
boolean |
isArchive() |
boolean |
isCompressed() |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetTypename, getUncompressedFilenamepublic <T extends InputStream> T getStream(File source) throws FileNotFoundException, org.apache.commons.compress.archivers.ArchiveException, InternalException
getStream in interface FileTypeFileNotFoundExceptionorg.apache.commons.compress.archivers.ArchiveExceptionInternalExceptionpublic boolean isCompressed()
isCompressed in interface FileTypeCopyright © 2018. All Rights Reserved.