List of usage examples for io.netty.buffer AbstractReferenceCountedByteBuf subclass-usage
From source file com.yahoo.pulsar.common.api.DoubleByteBuf.java
/** * ByteBuf that holds 2 buffers. Similar to {@see CompositeByteBuf} but doesn't allocate list to hold them. */ @SuppressWarnings("unchecked") public final class DoubleByteBuf extends AbstractReferenceCountedByteBuf {
From source file org.apache.pulsar.common.api.DoubleByteBuf.java
/** * ByteBuf that holds 2 buffers. Similar to {@see CompositeByteBuf} but doesn't allocate list to hold them. */ @SuppressWarnings("unchecked") public final class DoubleByteBuf extends AbstractReferenceCountedByteBuf {