Package apple.struct
Class note_command
- java.lang.Object
-
- org.moe.natj.general.NativeObject
-
- org.moe.natj.c.StructObject
-
- apple.struct.note_command
-
public final class note_command extends org.moe.natj.c.StructObject
-
-
Constructor Summary
Constructors Modifier Constructor Description note_command()protectednote_command(org.moe.natj.general.Pointer peer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcmd()LC_NOTEintcmdsize()sizeof(struct note_command)bytedata_owner(int field_idx)owner name for this LC_NOTElongoffset()file offset of this datavoidsetCmd(int value)LC_NOTEvoidsetCmdsize(int value)sizeof(struct note_command)voidsetData_owner(byte value, int field_idx)owner name for this LC_NOTEvoidsetOffset(long value)file offset of this datavoidsetSize(long value)length of data regionlongsize()length of data region
-
-
-
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
-
-