com.sun.jna
Class PointerUtils

java.lang.Object
  extended by com.sun.jna.PointerUtils

public class PointerUtils
extends Object


Constructor Summary
PointerUtils()
           
 
Method Summary
static Pointer fromAddress(long peer)
           
static long getAddress(Pointer p)
           
static long getAddress(PointerType p)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PointerUtils

public PointerUtils()
Method Detail

getAddress

public static long getAddress(Pointer p)

getAddress

public static long getAddress(PointerType p)

fromAddress

public static Pointer fromAddress(long peer)


Copyright © 2009. All Rights Reserved.