public static class TarballCheckpointFormat.TarballCheckpointReader extends Object implements CheckpointFormat.CheckpointReader
Constructor and Description |
---|
TarballCheckpointReader(CheckpointInputStream in) |
Modifier and Type | Method and Description |
---|---|
void |
unpackToDirectory(Path path)
Unpacks the tarball data to the given path.
|
public TarballCheckpointReader(CheckpointInputStream in)
in
- the checkpoint input stream to read frompublic void unpackToDirectory(Path path) throws IOException
path
- the path to unpack toIOException
Copyright © 2023. All Rights Reserved.