public final class CheckpointInputStream extends DataInputStream
CheckpointOutputStream
in
Constructor and Description |
---|
CheckpointInputStream(InputStream in) |
Modifier and Type | Method and Description |
---|---|
CheckpointType |
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 CheckpointInputStream(InputStream in) throws IOException
in
- the underlying stream to read fromIOException
public CheckpointType getType()
Copyright © 2023. All Rights Reserved.