Uses of Class
com.armatiek.infofuze.stream.filesystem.compression.ArchiveFile

Packages that use ArchiveFile
com.armatiek.infofuze.stream.filesystem.compression   
com.armatiek.infofuze.stream.filesystem.compression.bzip2   
com.armatiek.infofuze.stream.filesystem.compression.gzip   
com.armatiek.infofuze.stream.filesystem.compression.tar   
com.armatiek.infofuze.stream.filesystem.compression.zip   
 

Uses of ArchiveFile in com.armatiek.infofuze.stream.filesystem.compression
 

Constructors in com.armatiek.infofuze.stream.filesystem.compression with parameters of type ArchiveFile
ArchiveFileEntry(org.apache.commons.compress.archivers.ArchiveEntry entry, ArchiveFile archiveFile, java.io.InputStream is)
           
 

Uses of ArchiveFile in com.armatiek.infofuze.stream.filesystem.compression.bzip2
 

Subclasses of ArchiveFile in com.armatiek.infofuze.stream.filesystem.compression.bzip2
 class BZip2ArchiveFile
          An BZIP2 archive file.
 

Constructors in com.armatiek.infofuze.stream.filesystem.compression.bzip2 with parameters of type ArchiveFile
BZip2ArchiveEntryIterator(ArchiveFile archiveFile, java.io.InputStream is)
           
BZip2ArchiveFileEntry(ArchiveFile archiveFile, java.io.InputStream is)
           
 

Uses of ArchiveFile in com.armatiek.infofuze.stream.filesystem.compression.gzip
 

Subclasses of ArchiveFile in com.armatiek.infofuze.stream.filesystem.compression.gzip
 class GzipArchiveFile
          An GZIP archive file.
 

Constructors in com.armatiek.infofuze.stream.filesystem.compression.gzip with parameters of type ArchiveFile
GzipArchiveEntryIterator(ArchiveFile archiveFile, java.io.InputStream is)
           
GzipArchiveFileEntry(ArchiveFile archiveFile, java.io.InputStream is)
           
 

Uses of ArchiveFile in com.armatiek.infofuze.stream.filesystem.compression.tar
 

Subclasses of ArchiveFile in com.armatiek.infofuze.stream.filesystem.compression.tar
 class TarArchiveFile
          An TAR archive file.
 

Constructors in com.armatiek.infofuze.stream.filesystem.compression.tar with parameters of type ArchiveFile
TarArchiveEntryIterator(ArchiveFile archiveFile, java.io.InputStream is)
           
TarArchiveFileEntry(org.apache.commons.compress.archivers.tar.TarArchiveEntry entry, ArchiveFile archiveFile, java.io.InputStream is)
           
 

Uses of ArchiveFile in com.armatiek.infofuze.stream.filesystem.compression.zip
 

Subclasses of ArchiveFile in com.armatiek.infofuze.stream.filesystem.compression.zip
 class ZipArchiveFile
          A ZIP archive file.
 

Constructors in com.armatiek.infofuze.stream.filesystem.compression.zip with parameters of type ArchiveFile
ZipArchiveEntryIterator(ArchiveFile archiveFile, java.io.InputStream is)
           
ZipArchiveFileEntry(org.apache.commons.compress.archivers.zip.ZipArchiveEntry entry, ArchiveFile archiveFile, java.io.InputStream is)