| Modifier and Type | Field and Description |
|---|---|
(package private) TarDriverEntry |
TarOutputShop.BufferedEntryOutputStream.entry |
| Modifier and Type | Field and Description |
|---|---|
private Map<String,TarDriverEntry> |
TarOutputShop.entries
Maps entry names to tar entries [String -> TarDriverEntry].
|
private Map<String,TarDriverEntry> |
TarInputShop.entries
Maps entry names to I/O pool entries.
|
| 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 entry) |
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
FsMultiplexedOutputShop. |
| Modifier and Type | Method and Description |
|---|---|
OutputSocket<TarDriverEntry> |
TarOutputShop.getOutputSocket(TarDriverEntry entry) |
| 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
FsMultiplexedOutputShop. |
| Constructor and Description |
|---|
TarOutputShop.BufferedEntryOutputStream(IOPool.Entry<?> buffer,
TarDriverEntry entry) |
TarOutputShop.EntryOutputStream(TarDriverEntry entry) |
Copyright © 2005-2012 Schlichtherle IT Services. All Rights Reserved.