Package app.babylon.table.column
Interface ColumnByte
- All Superinterfaces:
Column
A column of byte values used for compact storage of byte-oriented data and
file-signature style checks.
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface app.babylon.table.column.Column
Column.Type -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic ColumnByte.Builderbuilder(ColumnName name) byteget(int i) booleanisXls()booleanisXlsx()
-
Field Details
-
TYPE
-
-
Method Details
-
builder
-
get
byte get(int i) -
isXls
boolean isXls() -
isXlsx
boolean isXlsx()
-