com.kenai.jaffl.struct

Interface Struct.Member

protected interface Struct.Member

Interface all Struct members must implement.
Method Summary
MemoryIOgetMemoryIO()
Gets the MemoryIO used to read/write this Member.
longoffset()
Gets the offset within the structure for this field.
Structstruct()
Gets the Struct this Member is a member of.

Method Detail

getMemoryIO

public MemoryIO getMemoryIO()
Gets the MemoryIO used to read/write this Member.

Returns: a MemoryIO.

offset

public long offset()
Gets the offset within the structure for this field.

struct

public Struct struct()
Gets the Struct this Member is a member of.

Returns: a Struct.