| Modifier and Type | Field and Description |
|---|---|
private TTarArchiveEntry |
TarOutputShop.TempEntryOutputStream.entry |
| Modifier and Type | Field and Description |
|---|---|
private Map<String,TTarArchiveEntry> |
TarOutputShop.entries
Maps entry names to tar entries [String -> TTarArchiveEntry].
|
private Map<String,TTarArchiveEntry> |
TarInputShop.entries
Maps entry names to I/O pool entries.
|
| Modifier and Type | Method and Description |
|---|---|
TTarArchiveEntry |
TarOutputShop.getEntry(String name) |
TTarArchiveEntry |
TarInputShop.getEntry(String name) |
TTarArchiveEntry |
TarDriver.newEntry(String name) |
TTarArchiveEntry |
TarDriver.newEntry(String name,
Entry.Type type,
Entry template,
BitField<FsOutputOption> mknod) |
TTarArchiveEntry |
TarDriver.newEntry(String name,
TarArchiveEntry template) |
| Modifier and Type | Method and Description |
|---|---|
InputSocket<TTarArchiveEntry> |
TarInputShop.getInputSocket(String name) |
OutputSocket<TTarArchiveEntry> |
TarOutputShop.getOutputSocket(TTarArchiveEntry entry) |
Iterator<TTarArchiveEntry> |
TarOutputShop.iterator() |
Iterator<TTarArchiveEntry> |
TarInputShop.iterator() |
OutputShop<TTarArchiveEntry> |
TarDriver.newOutputShop(FsModel model,
OutputSocket<?> output,
InputShop<TTarArchiveEntry> 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<TTarArchiveEntry> |
TarOutputShop.getOutputSocket(TTarArchiveEntry entry) |
| Modifier and Type | Method and Description |
|---|---|
OutputShop<TTarArchiveEntry> |
TarDriver.newOutputShop(FsModel model,
OutputSocket<?> output,
InputShop<TTarArchiveEntry> 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.EntryOutputStream(TTarArchiveEntry entry) |
TarOutputShop.TempEntryOutputStream(IOPool.Entry<?> temp,
TTarArchiveEntry entry) |
Copyright © 2004-2011 Schlichtherle IT Services. All Rights Reserved.