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