Class LtagStringRange


  • public final class LtagStringRange
    extends org.moe.natj.c.StructObject
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      char length()
      string length in bytes
      char offset()
      offset to the beginning of the string
      void setLength​(char value)
      string length in bytes
      void setOffset​(char value)
      offset to the beginning of the string
      • Methods inherited from class org.moe.natj.general.NativeObject

        finalize, getPeer, getPeerPointer
      • Methods inherited from class java.lang.Object

        clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • LtagStringRange

        public LtagStringRange()
      • LtagStringRange

        protected LtagStringRange​(org.moe.natj.general.Pointer peer)
      • LtagStringRange

        public LtagStringRange​(char offset,
                               char length)
    • Method Detail

      • offset

        public char offset()
        offset to the beginning of the string
      • setOffset

        public void setOffset​(char value)
        offset to the beginning of the string
      • length

        public char length()
        string length in bytes
      • setLength

        public void setLength​(char value)
        string length in bytes