|
|
|
|
Uses of Class org.eclipse.rse.services.clientserver.archiveutils.TarOutputStream
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. |
Copyright (c) IBM Corporation and others 2000, 2008. All Rights Reserved.
|
|
|