Interface ReadableFieldPointer

  • All Known Implementing Classes:
    RowMemoryFieldPointer, SettableFieldPointer

    public interface ReadableFieldPointer
    Pointer to a field position in some memory. Only points to the beginning of the field, since all fields can be read without knowing their entire length. See RowBasedFrameWriter for details about the format.
    • Method Detail

      • position

        long position()
        Starting position of the field.
      • length

        long length()
        Length of the field.