Interface InternalReadContext

    • Method Detail

      • offset

        int offset()
        Description copied from interface: ReadBuffer
        returns the current offset in the buffer
        Specified by:
        offset in interface ReadBuffer
        Returns:
        the offset
      • readAtCurrentSeekPosition

        java.lang.Object readAtCurrentSeekPosition​(TypeHandler4 handler)
      • seek

        void seek​(int offset)
        Description copied from interface: ReadBuffer
        positions the read pointer at the specified position
        Specified by:
        seek in interface ReadBuffer
        Parameters:
        offset - the desired position in the buffer
      • notifyNullReferenceSkipped

        void notifyNullReferenceSkipped()