Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 

RSE
Release 3.0

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

Packages that use TarEntry
org.eclipse.rse.services.clientserver.archiveutils   
 

Uses of TarEntry in org.eclipse.rse.services.clientserver.archiveutils
 

Methods in org.eclipse.rse.services.clientserver.archiveutils that return TarEntry
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   TarEntry SystemTarHandler. changeTarEntry ( TarEntry entry, File file, String virtualPath)
          Changes a tar entry according to the file information and given path.
protected   TarEntry SystemTarHandler. changeTarEntryName ( TarEntry entry, String newName)
          Changes the name of a tar entry.
protected   TarEntry SystemTarHandler. createTarEntry ( File file, String virtualPath)
          Creates a tar entry for a file with the given virtual path.
  TarEntry TarFile. getEntry ( String name)
          Returns the tar file entry with that name, or null if not found.
 

Methods in org.eclipse.rse.services.clientserver.archiveutils with parameters of type TarEntry
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   TarEntry SystemTarHandler. changeTarEntry ( TarEntry entry, File file, String virtualPath)
          Changes a tar entry according to the file information and given path.
protected   TarEntry SystemTarHandler. changeTarEntryName ( TarEntry entry, String newName)
          Changes the name of a tar entry.
  InputStream TarFile. getInputStream ( TarEntry entry)
          Returns the input stream of the data in the given entry.
protected   VirtualChild SystemTarHandler. getVirtualChild ( TarEntry entry)
          Returns a virtual child given a tar entry.
 void TarOutputStream. putNextEntry ( TarEntry entry)
          Begins writing a new tar entry, and positions the stream to the start of the entry data.
protected   VirtualChild SystemTarHandler. updateVirtualChild ( TarEntry entry, VirtualChild child)
          update a virtual child given a tar entry.
 


RSE
Release 3.0

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

 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire