Class ChannelHelper
java.lang.Object
io.deephaven.enterprise.binlog.impl.ChannelHelper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanhasRemaining(ByteBuffer[] buffers, int offset, int len) static longremaining(ByteBuffer[] buffers, int offset, int len) static voidwriteAll(GatheringByteChannel channel, ByteBuffer[] buffers, int offset, int len) static voidwriteAll(WritableByteChannel channel, ByteBuffer buffer)
-
Constructor Details
-
ChannelHelper
public ChannelHelper()
-
-
Method Details
-
writeAll
public static void writeAll(GatheringByteChannel channel, ByteBuffer[] buffers, int offset, int len) throws IOException - Throws:
IOException
-
writeAll
- Throws:
IOException
-
remaining
-
hasRemaining
-