Class BufferedChannel

java.lang.Object
org.gridgain.internal.snapshots.buffer.BufferedChannel
All Implemented Interfaces:
Closeable, AutoCloseable, Channel, WritableByteChannel

public class BufferedChannel extends Object implements WritableByteChannel
A buffering wrapper for WritableByteChannel that accumulates small writes into larger chunks before flushing to the underlying channel.