public class ZipBagDeserializer extends Object implements BagDeserializer
Bags serialized using zip| Modifier | Constructor and Description |
|---|---|
protected |
ZipBagDeserializer() |
| Modifier and Type | Method and Description |
|---|---|
Path |
deserialize(Path root)
Deserialize a
Bag located at the given path. |
protected ZipBagDeserializer()
public Path deserialize(Path root) throws IOException
BagDeserializerBag located at the given path. This will create a
version of the bag in the parent directory of the given path.deserialize in interface BagDeserializerroot - the Path to the serialized version of a BagPath to the deserialized bagIOException - if there are any errors deserializing the bagCopyright © 2020. All rights reserved.