Class NkTextUndoRecord.Buffer

All Implemented Interfaces:
Iterable<NkTextUndoRecord>, Pointer
Enclosing class:
NkTextUndoRecord

public static class NkTextUndoRecord.Buffer extends StructBuffer<NkTextUndoRecord,NkTextUndoRecord.Buffer>
An array of NkTextUndoRecord structs.
  • Constructor Details

    • Buffer

      public Buffer(ByteBuffer container)
      Creates a new NkTextUndoRecord.Buffer instance backed by the specified container.

      Changes to the container's content will be visible to the struct buffer instance and vice versa. The two buffers' position, limit, and mark values will be independent. The new buffer's position will be zero, its capacity and its limit will be the number of bytes remaining in this buffer divided by NkTextUndoRecord.SIZEOF, and its mark will be undefined.

      The created buffer instance holds a strong reference to the container object.

    • Buffer

      public Buffer(long address, int cap)
  • Method Details

    • where

      public int where()
      Returns:
      the value of the where field.
    • insert_length

      public short insert_length()
      Returns:
      the value of the insert_length field.
    • delete_length

      public short delete_length()
      Returns:
      the value of the delete_length field.
    • char_storage

      public short char_storage()
      Returns:
      the value of the char_storage field.