Interface ReadableFieldPointer

    • Method Detail

      • position

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

        long length()
        Length of the field. Never necessary to read a field, since all fields can be read without knowing their entire length. Provided because it may be useful for reading in a more optimal manner.