| Modifier and Type | Method and Description |
|---|---|
TarDriverEntry |
TarOutputShop.getEntry(String name) |
TarDriverEntry |
TarInputShop.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,
TarArchiveEntry template) |
| Modifier and Type | Method and Description |
|---|---|
InputSocket<TarDriverEntry> |
TarInputShop.getInputSocket(String name) |
OutputSocket<TarDriverEntry> |
TarOutputShop.getOutputSocket(TarDriverEntry local) |
Iterator<TarDriverEntry> |
TarOutputShop.iterator() |
Iterator<TarDriverEntry> |
TarInputShop.iterator() |
OutputShop<TarDriverEntry> |
TarDriver.newOutputShop(FsModel model,
OutputSocket<?> output,
InputShop<TarDriverEntry> source)
The implementation in the class
TarDriver acquires an output
stream from the given socket, forwards the call to
TarDriver.newTarOutputShop(de.schlichtherle.truezip.fs.FsModel, java.io.OutputStream, de.schlichtherle.truezip.fs.archive.tar.TarInputShop) and wraps the result in a new
MultiplexedOutputShop. |
| 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)
The implementation in the class
TarDriver acquires an output
stream from the given socket, forwards the call to
TarDriver.newTarOutputShop(de.schlichtherle.truezip.fs.FsModel, java.io.OutputStream, de.schlichtherle.truezip.fs.archive.tar.TarInputShop) and wraps the result in a new
MultiplexedOutputShop. |
Copyright © 2005–2016 Schlichtherle IT Services. All rights reserved.