|
RSE Release 3.0 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |