public static interface RecordsFile.RecordType
| Modifier and Type | Method and Description |
|---|---|
RecordsFile.Record |
createRecord() |
static RecordsFile.RecordType |
from(byte[] bytes) |
static RecordsFile.RecordType |
from(java.nio.ByteBuffer bytes) |
int |
getFieldCount() |
int |
getFieldOffset(int n) |
int |
getFieldSize(int n) |
int |
getFieldType(int n) |
int |
getSize() |
byte[] |
toBytes() |
int getSize()
int getFieldCount()
int getFieldType(int n)
int getFieldSize(int n)
int getFieldOffset(int n)
RecordsFile.Record createRecord()
byte[] toBytes()
static RecordsFile.RecordType from(byte[] bytes)
static RecordsFile.RecordType from(java.nio.ByteBuffer bytes)