public static class SimpleCType.SimpleCBuilder extends java.lang.Object implements CBuilder
Constructor and Description |
---|
SimpleCBuilder(CType type) |
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() |
public SimpleCBuilder(CType type)
public int remainingCount()
remainingCount
in interface CBuilder
public Composite buildWith(java.nio.ByteBuffer value)
Copyright © 2020 The Apache Software Foundation