|
RSE Release 1.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 with parameters of type TarOutputStream | |
protected void |
SystemTarHandler.createTar(VirtualChild[] children,
TarOutputStream outStream,
HashSet omitChildren)
Create a tar file from the given virtual child objects, using the given output stream and omitting the children in the given set. |
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 void |
SystemTarHandler.createTar(VirtualChild[] children,
TarOutputStream outStream,
HashMap renameMap)
Creates a tar file from the given virtual child objects, using the given output stream and renaming entries according to hash map entries. |
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. |
|
RSE Release 1.0 |
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||