com.kenai.jaffl.provider

Class ShareMemoryIO

public class ShareMemoryIO extends AbstractMemoryIO implements DelegatingMemoryIO

Constructor Summary
ShareMemoryIO(MemoryIO parent, long offset)
Method Summary
MemoryIOgetDelegatedMemoryIO()
MemoryIOgetMemoryIO(long offset)
MemoryIOgetMemoryIO(long offset, long size)
PointergetPointer(long offset)
booleanisDirect()
voidputPointer(long offset, Pointer value)

Constructor Detail

ShareMemoryIO

public ShareMemoryIO(MemoryIO parent, long offset)

Method Detail

getDelegatedMemoryIO

public final MemoryIO getDelegatedMemoryIO()

getMemoryIO

public MemoryIO getMemoryIO(long offset)

getMemoryIO

public MemoryIO getMemoryIO(long offset, long size)

getPointer

public Pointer getPointer(long offset)

isDirect

public final boolean isDirect()

putPointer

public void putPointer(long offset, Pointer value)