Classes in
org.eclipse.rse.services.clientserver.archiveutils used by
org.eclipse.rse.services.clientserver.archiveutils
|
AbsoluteVirtualPath
|
ArchiveHandlerManager
This class manages all the Archive Handlers that correspond to the archive file that the system
would like to deal with. |
ISystemArchiveHandler
An interface that allows implementing classes to create their own handlers
for various types of archive files, ie: zip, jar, tar, rpm. |
SystemTarHandler
This class deals with tar files. |
SystemZipHandler
Implements an ISystemArchiveHandler for ZIP files. |
TarEntry
This class represents a tar file entry. |
TarFile
This class is used to read entries from a tar file. |
TarOutputStream
This class implements an output stream filter for writing files in the tar
file format. |
VirtualChild
A simple structure for passing information about virtual files and folders. |