com.jniwrapper.win32
Class Handle

java.lang.Object
  |
  +--com.jniwrapper.Parameter
        |
        +--com.jniwrapper.Pointer.Void
              |
              +--com.jniwrapper.win32.Handle
All Implemented Interfaces:
IntegerParameter

public class Handle
extends Pointer.Void

A base class for all handle types.


Constructor Summary
Handle()
          Constucts a blank handle instance.
Handle(long value)
          Constructs a handle with the passed value.
 
Methods inherited from class com.jniwrapper.Pointer.Void
asFunction, asFunction, asTypedPointer, clone, equals, getLength, getValue, hashCode, isNull, read, setValue, toString, write
 
Methods inherited from class com.jniwrapper.Parameter
acceptIOPerformer, asReturnValue, getAlignedLength, getAlignmentRequirement, getDataBuffer, getDataBufferOffset, indent, pop, push, read, setDataBuffer, toByteArray, write
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Handle

public Handle()
Constucts a blank handle instance.


Handle

public Handle(long value)
Constructs a handle with the passed value.

Parameters:
value - handle value.