Class ChecksumChannel
java.lang.Object
org.gridgain.internal.snapshots.buffer.ChecksumChannel
- All Implemented Interfaces:
Closeable,AutoCloseable,Channel,WritableByteChannel
Delegates writes to a channel and appends a checksum value before closing.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ChecksumChannel
-
-
Method Details
-
write
- Specified by:
writein interfaceWritableByteChannel- Throws:
IOException
-
isOpen
public boolean isOpen() -
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceChannel- Specified by:
closein interfaceCloseable- Throws:
IOException
-