| Package | Description |
|---|---|
| de.schlichtherle.truezip.fs.archive.tar |
The archive driver family for TAR files.
|
| Modifier and Type | Method and Description |
|---|---|
TarDriverEntry |
TarInputShop.getEntry(String name) |
TarDriverEntry |
TarOutputShop.getEntry(String name) |
TarDriverEntry |
TarDriver.newEntry(String name) |
TarDriverEntry |
TarDriver.newEntry(String name,
Entry.Type type,
Entry template,
BitField<FsOutputOption> mknod) |
TarDriverEntry |
TarDriver.newEntry(String name,
org.apache.commons.compress.archivers.tar.TarArchiveEntry template) |
| Modifier and Type | Method and Description |
|---|---|
InputSocket<TarDriverEntry> |
TarInputShop.getInputSocket(String name) |
OutputSocket<TarDriverEntry> |
TarOutputShop.getOutputSocket(TarDriverEntry local) |
Iterator<TarDriverEntry> |
TarInputShop.iterator() |
Iterator<TarDriverEntry> |
TarOutputShop.iterator() |
OutputShop<TarDriverEntry> |
TarDriver.newOutputShop(FsModel model,
OutputSocket<?> output,
InputShop<TarDriverEntry> source)
Creates a new output shop for writing archive entries for the
given
model to the given output socket's target. |
| Modifier and Type | Method and Description |
|---|---|
OutputSocket<TarDriverEntry> |
TarOutputShop.getOutputSocket(TarDriverEntry local) |
| Modifier and Type | Method and Description |
|---|---|
OutputShop<TarDriverEntry> |
TarDriver.newOutputShop(FsModel model,
OutputSocket<?> output,
InputShop<TarDriverEntry> source)
Creates a new output shop for writing archive entries for the
given
model to the given output socket's target. |
Copyright © 2005-2013 Schlichtherle IT Services. All Rights Reserved.