| Package | Description |
|---|---|
| tech.bitey.dataframe |
| Modifier and Type | Method and Description |
|---|---|
ByteColumnBuilder |
ByteColumnBuilder.add(byte element)
Adds a single
byte to the column. |
ByteColumnBuilder |
ByteColumnBuilder.addAll(byte... elements)
Adds a sequence of
bytes to the column. |
static ByteColumnBuilder |
ByteColumn.builder()
Returns a new
ByteColumnBuilder |
static ByteColumnBuilder |
ByteColumn.builder(int characteristic)
Returns a
builder with the specified
characteristic. |
Copyright © 2020. All rights reserved.