public class TarStreamBuilder extends Object
| Constructor and Description |
|---|
TarStreamBuilder() |
| Modifier and Type | Method and Description |
|---|---|
void |
addEntry(org.apache.commons.compress.archivers.tar.TarArchiveEntry entry)
Adds an entry to the archive.
|
Blob |
toBlob()
Builds a
Blob that can stream the uncompressed tarball archive BLOB. |
Copyright © 2018. All rights reserved.