Package | Description |
---|---|
de.esprit.appsuite.io.archive.javatar |
Contains support for tar archives.
|
de.esprit.appsuite.io.archive.tar |
Contains classes for TAR archive support
|
Modifier and Type | Field and Description |
---|---|
protected TarEntry |
TarInputStream.currEntry |
Modifier and Type | Method and Description |
---|---|
TarEntry |
TarInputStream.EntryFactory.createEntry(byte[] headerBuf) |
TarEntry |
TarInputStream.EntryAdapter.createEntry(byte[] headerBuf) |
TarEntry |
TarInputStream.EntryFactory.createEntry(java.io.File path) |
TarEntry |
TarInputStream.EntryAdapter.createEntry(java.io.File path) |
TarEntry |
TarInputStream.EntryFactory.createEntry(java.lang.String name) |
TarEntry |
TarInputStream.EntryAdapter.createEntry(java.lang.String name) |
TarEntry[] |
TarEntry.getDirectoryEntries()
If this entry represents a file, and the file is a directory, return an array of TarEntries
for this entry's children.
|
TarEntry |
TarInputStream.getNextEntry()
Get the next entry in this tar archive.
|
TarEntry |
FastTarStream.getNextEntry() |
Modifier and Type | Method and Description |
---|---|
boolean |
TarEntry.equals(TarEntry it)
Determine if the two entries are equal.
|
boolean |
TarEntry.isDescendent(TarEntry desc)
Determine if the given entry is a descendant of this entry.
|
void |
TarOutputStream.putNextEntry(TarEntry entry)
Put an entry on the output stream.
|
void |
TarGzOutputStream.putNextEntry(TarEntry entry) |
void |
TarArchive.writeEntry(TarEntry oldEntry,
boolean recurse)
Write an entry to the archive.
|
void |
TarArchive.writeEntry(TarEntry oldEntry,
boolean recurse,
AccumulatingProgressInputStream accStream) |
Modifier and Type | Method and Description |
---|---|
protected FileInfo |
TarArchiveEntry.createFileInfo(TarEntry entry) |
Constructor and Description |
---|
TarArchiveEntry(TarEntry entry) |
TarEntryInfo(TarEntry entry) |
Copyright © 2014 EsprIT-Systems. All Rights Reserved.