Interface RecordsFile.RecordType

All Known Implementing Classes:
RecordsFileImpl.RecordTypeImpl
Enclosing interface:
RecordsFile

public static interface RecordsFile.RecordType
  • Method Details

    • getSize

      int getSize()
    • getFieldCount

      int getFieldCount()
    • getFieldType

      int getFieldType(int n)
    • getFieldSize

      int getFieldSize(int n)
    • getFieldOffset

      int getFieldOffset(int n)
    • createRecord

      RecordsFile.Record createRecord()
    • toBytes

      byte[] toBytes()
    • from

      static RecordsFile.RecordType from(byte[] bytes)
    • from

      static RecordsFile.RecordType from(ByteBuffer bytes)