| Modifier and Type | Method and Description |
|---|---|
TarInputShop |
TarDriver.newInputShop(FsModel model,
InputSocket<?> input)
The implementation in the class
TarDriver acquires an input
stream from the given socket and forwards the call to
TarDriver.newTarInputShop(de.schlichtherle.truezip.fs.FsModel, java.io.InputStream). |
protected TarInputShop |
TarGZipDriver.newTarInputShop(FsModel model,
InputStream in) |
protected TarInputShop |
TarDriver.newTarInputShop(FsModel model,
InputStream in) |
protected TarInputShop |
TarBZip2Driver.newTarInputShop(FsModel model,
InputStream in) |
| Modifier and Type | Method and Description |
|---|---|
protected TarOutputShop |
TarGZipDriver.newTarOutputShop(FsModel model,
OutputStream out,
TarInputShop source) |
protected TarOutputShop |
TarDriver.newTarOutputShop(FsModel model,
OutputStream out,
TarInputShop source) |
protected TarOutputShop |
TarBZip2Driver.newTarOutputShop(FsModel model,
OutputStream out,
TarInputShop source) |
Copyright © 2005-2012 Schlichtherle IT Services. All Rights Reserved.