public class OptimizedCheckpointInputStream extends CheckpointInputStream
in
Constructor and Description |
---|
OptimizedCheckpointInputStream(File file,
MessageDigest digest) |
getType
read, read, readBoolean, readByte, readChar, readDouble, readFloat, readFully, readFully, readInt, readLine, readLong, readShort, readUnsignedByte, readUnsignedShort, readUTF, readUTF, skipBytes
available, close, mark, markSupported, read, reset, skip
public OptimizedCheckpointInputStream(File file, MessageDigest digest) throws IOException
file
- where the checkpoint will be read fromdigest
- that verifies the file has not been corruptedIOException
- propagates wrapped input stream exceptionsCopyright © 2023. All Rights Reserved.