Class Compression.TarGzArchiveHandler
java.lang.Object
es.urjc.etsii.grafo.util.Compression.FileArchiveHandler
es.urjc.etsii.grafo.util.Compression.TarGzArchiveHandler
- Enclosing class:
Compression
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetEntryInputStream(String path, String entryName) getFileEntries(String path) booleanisMetadata(org.apache.commons.compress.archivers.tar.TarArchiveEntry entry)
-
Constructor Details
-
TarGzArchiveHandler
public TarGzArchiveHandler()
-
-
Method Details
-
getEntryInputStream
- Specified by:
getEntryInputStreamin classCompression.FileArchiveHandler- Throws:
IOException
-
isMetadata
public boolean isMetadata(org.apache.commons.compress.archivers.tar.TarArchiveEntry entry) -
getFileEntries
- Specified by:
getFileEntriesin classCompression.FileArchiveHandler
-