public interface CBuilder
Modifier and Type | Method and Description |
---|---|
CBuilder |
add(java.nio.ByteBuffer value) |
CBuilder |
add(java.lang.Object value) |
Composite |
build() |
Composite |
buildWith(java.nio.ByteBuffer value) |
Composite |
buildWith(java.util.List<java.nio.ByteBuffer> values) |
int |
remainingCount() |
Copyright © 2015 The Apache Software Foundation