Package apple.struct

Class note_command


  • public final class note_command
    extends org.moe.natj.c.StructObject
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
        note_command()  
      protected note_command​(org.moe.natj.general.Pointer peer)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int cmd()
      LC_NOTE
      int cmdsize()
      sizeof(struct note_command)
      byte data_owner​(int field_idx)
      owner name for this LC_NOTE
      long offset()
      file offset of this data
      void setCmd​(int value)
      LC_NOTE
      void setCmdsize​(int value)
      sizeof(struct note_command)
      void setData_owner​(byte value, int field_idx)
      owner name for this LC_NOTE
      void setOffset​(long value)
      file offset of this data
      void setSize​(long value)
      length of data region
      long size()
      length of data region
      • 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

      • note_command

        public note_command()
      • note_command

        protected note_command​(org.moe.natj.general.Pointer peer)
    • Method Detail

      • cmd

        public int cmd()
        LC_NOTE
      • setCmd

        public void setCmd​(int value)
        LC_NOTE
      • cmdsize

        public int cmdsize()
        sizeof(struct note_command)
      • setCmdsize

        public void setCmdsize​(int value)
        sizeof(struct note_command)
      • data_owner

        public byte data_owner​(int field_idx)
        owner name for this LC_NOTE
      • setData_owner

        public void setData_owner​(byte value,
                                  int field_idx)
        owner name for this LC_NOTE
      • offset

        public long offset()
        file offset of this data
      • setOffset

        public void setOffset​(long value)
        file offset of this data
      • size

        public long size()
        length of data region
      • setSize

        public void setSize​(long value)
        length of data region