public final class CheckpointOutputStream extends DataOutputStream
CheckpointInputStream
written
out
Constructor and Description |
---|
CheckpointOutputStream(OutputStream out,
CheckpointType type) |
flush, size, write, write, writeBoolean, writeByte, writeBytes, writeChar, writeChars, writeDouble, writeFloat, writeInt, writeLong, writeShort, writeUTF
close, write
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
write
public CheckpointOutputStream(OutputStream out, CheckpointType type) throws IOException
out
- the underlying stream to write totype
- the checkpoint typeIOException
Copyright © 2023. All Rights Reserved.