2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
f2ca32a343 |
|||
|
a5e7647026 |
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
|
f2ca32a343 |
CopyContext: Replace src_uri, dst_uri by src, dst
Allow to pass ready-made FileContext objects to CopyContext's destructor so it doesn't need to instantiate them itself. Signed-off-by: Jan Lindemann <jan@janware.com> |
|||
|
a5e7647026 |
lib.TarIo: Add module
Add a class providing a method to read tar files from a FileContext, and extract them to another. Signed-off-by: Jan Lindemann <jan@janware.com> |