Interface VPFHeader

All Known Implementing Classes:
SpatialIndexHeader, TableHeader, VariableIndexHeader

public interface VPFHeader
VPFHeader.java Created: Mon Feb 24 22:51:07 2003
Author:
Artur Hefczyc
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Returns particular VPFHeader length.
    int
    Method getRecordSize is used to return size in bytes of records stored in this table.
  • Method Details

    • getLength

      int getLength()
      Returns particular VPFHeader length.
      Returns:
      an int value of header length.
    • getRecordSize

      int getRecordSize()
      Method getRecordSize is used to return size in bytes of records stored in this table. If table keeps variable length records -1 should be returned.
      Returns:
      an int value