|
RSE Release 3.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.rse.services.clientserver.archiveutils.SystemTarHandler
org.eclipse.rse.services.clientserver.archiveutils.SystemTgzHandler
public class SystemTgzHandler
Handler class for .tar.gz and .tgz files.
Field Summary |
---|
Fields inherited from class org.eclipse.rse.services.clientserver.archiveutils.SystemTarHandler |
---|
_mutex, file, modTimeDuringCache, vfs |
Constructor Summary | |
---|---|
SystemTgzHandler(File file)
constructor for the tgz handler |
Method Summary | |
---|---|
protected TarFile |
getTarFile()
Gets a tar.gz file from the underlying file. |
protected TarOutputStream |
getTarOutputStream(File outputFile)
Get the tar output stream for a given file. |
Methods inherited from class org.eclipse.rse.services.clientserver.archiveutils.SystemTarHandler |
---|
add, add, add, add, add, add, add, appendEmptyFile, appendFile, changeTarEntry, changeTarEntryName, create, createCache, createFile, createFolder, createTar, createTar, createTarEntry, createVirtualObject, delete, doDelete, exists, exists, extractVirtualDirectory, extractVirtualDirectory, extractVirtualDirectory, extractVirtualDirectory, extractVirtualFile, extractVirtualFile, fullRename, getArchive, getArchiveComment, getClassification, getCommentFor, getCompressedSizeFor, getCompressionMethodFor, getFiles, getSizeFor, getStandardName, getTimeStampFor, getVirtualChild, getVirtualChildFolders, getVirtualChildren, getVirtualChildrenList, getVirtualChildrenList, getVirtualFile, init, listAllFiles, move, rename, replace, replace, replaceFile, search, updateCache, updateTree, updateVirtualChild |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SystemTgzHandler(File file) throws IOException
file
- the .tar.gz or .tgz file
IOException
Method Detail |
---|
protected TarFile getTarFile()
getTarFile
in class SystemTarHandler
null
if the tar file does not exist.protected TarOutputStream getTarOutputStream(File outputFile) throws FileNotFoundException
SystemTarHandler
getTarOutputStream
in class SystemTarHandler
outputFile
- the output file to create stream
FileNotFoundException
- when the output file doesn't exist
|
RSE Release 3.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |