|
RSE Release 3.0 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TarOutputStream | |
---|---|
org.eclipse.rse.services.clientserver.archiveutils |
Uses of TarOutputStream in org.eclipse.rse.services.clientserver.archiveutils |
---|
Methods in org.eclipse.rse.services.clientserver.archiveutils that return TarOutputStream | |
---|---|
protected TarOutputStream |
SystemTarHandler.getTarOutputStream(File outputFile)
Get the tar output stream for a given file. |
protected TarOutputStream |
SystemTgzHandler.getTarOutputStream(File outputFile)
|
Methods in org.eclipse.rse.services.clientserver.archiveutils with parameters of type TarOutputStream | |
---|---|
protected TarEntry |
SystemTarHandler.appendEmptyFile(TarOutputStream outStream,
String name)
Creates a new tar entry and appends it to the tar output stream with the given name. |
protected void |
SystemTarHandler.appendFile(File file,
TarEntry entry,
TarOutputStream outStream)
Appends a file to a tar output stream, using the given entry that represents the file. |
protected boolean |
SystemTarHandler.createTar(VirtualChild[] children,
TarOutputStream outStream,
HashMap renameMap,
ISystemOperationMonitor archiveOperationMonitor)
Creates a tar file from the given virtual child objects, using the given output stream and renaming entries according to hash map entries. |
protected boolean |
SystemTarHandler.createTar(VirtualChild[] children,
TarOutputStream outStream,
HashSet omitChildren,
ISystemOperationMonitor archiveOperationMonitor)
Create a tar file from the given virtual child objects, using the given output stream and omitting the children in the given set. |
|
RSE Release 3.0 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |