|
JNative v1.3 project : see http://jnative.sf.net |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.xvolks.jnative.pointers.memory.AbstractMemoryBlock
public abstract class AbstractMemoryBlock
$Id: AbstractMemoryBlock.java,v 1.3 2006/06/09 20:44:04 mdenty Exp $
New Memory blocks should extends this class
This software is released under the LGPL.
| Method Summary | |
|---|---|
java.lang.Integer |
getPointer()
Method getPointer |
int |
getSize()
Method getSize |
protected void |
setPointer(java.lang.Integer pointer)
|
protected void |
setSize(int size)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.xvolks.jnative.pointers.memory.MemoryBlock |
|---|
dispose, reserveMemory |
| Method Detail |
|---|
public final int getSize()
throws java.lang.NullPointerException
getSize in interface MemoryBlockjava.lang.NullPointerException - if the pointer is null
public final java.lang.Integer getPointer()
throws java.lang.NullPointerException
getPointer in interface MemoryBlockjava.lang.NullPointerException - if the pointer is nullprotected void setPointer(java.lang.Integer pointer)
protected void setSize(int size)
|
JNative v1.3 project : see http://jnative.sf.net |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||