| 
 JNative 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.2 2006/01/14 19:27:02 mdenty Exp $
New Memory blocks should extends this class
This software is released under the GPL.
| 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 project : see http://jnative.sf.net  | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||