public static class CompoundCheckpointFormat.CompoundCheckpointReader.Entry extends Object
Constructor and Description |
---|
Entry(CheckpointName name,
CheckpointInputStream stream) |
Modifier and Type | Method and Description |
---|---|
CheckpointName |
getName() |
CheckpointInputStream |
getStream()
Return a checkpoint stream containing the bytes for this checkpoint.
|
public Entry(CheckpointName name, CheckpointInputStream stream)
name
- checkpoint namestream
- checkpoint streampublic CheckpointName getName()
public CheckpointInputStream getStream()
Callers should *not* close the returned stream, since it may contain additional checkpoint data for other components.
Copyright © 2023. All Rights Reserved.