Deprecated API

Deprecated Classes
com.jniwrapper.util.Logger
          use org.slf4j.Logger instead of this class 
 

Deprecated Methods
com.jniwrapper.Pointer.asTypedPointer(Pointer)
          use Pointer.castTo(com.jniwrapper.Pointer) instead. 
com.jniwrapper.Pointer.Void.asTypedPointer(Pointer)
          use Pointer.Void.castTo(Pointer) method instead 
com.jniwrapper.Pointer.asVoidPointer(Pointer.Void)
          use Pointer.castTo(com.jniwrapper.Pointer.Void) instead. 
com.jniwrapper.FunctionCall.call(int, int, byte, Parameter, Parameter[])
          This method is incompatible with 64-bit architectures. Use FunctionCall.call(long, long, byte, Parameter, Parameter[]) instead. 
com.jniwrapper.FunctionCall.callVirtual(int, int, byte, Parameter, Parameter[])
          This method is incompatible with 64-bit architectures. Use FunctionCall.callVirtual(long, int, byte, Parameter, Parameter[]) instead. 
 

Deprecated Constructors
com.jniwrapper.Structure(Structure)
          This medhod does nothing. Use new Structure.initFrom(Structure) method instead.