RSE
Release 3.2

Uses of Class
org.eclipse.rse.services.clientserver.archiveutils.TarOutputStream

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.2

Copyright (c) IBM Corporation and others 2000, 2010. All Rights Reserved.