@FunctionalInterface public static interface DataSection.DataBuilder
Modifier and Type | Method and Description |
---|---|
void |
emit(ByteBuffer buffer,
Consumer<CompilationResult.DataPatch> patch) |
static DataSection.DataBuilder |
raw(byte[] data) |
static DataSection.DataBuilder |
serializable(SerializableConstant c) |
static DataSection.DataBuilder |
zero(int size) |
void emit(ByteBuffer buffer, Consumer<CompilationResult.DataPatch> patch)
static DataSection.DataBuilder raw(byte[] data)
static DataSection.DataBuilder serializable(SerializableConstant c)
static DataSection.DataBuilder zero(int size)