Method and Description |
---|
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. |
com.jniwrapper.ExternalStringPointer.isUnicodeString()
use
ExternalStringPointer.getEncoding() method instead |
Constructor and Description |
---|
com.jniwrapper.ExternalStringPointer(boolean)
use
ExternalStringPointer.ExternalStringPointer(CharacterEncoding) constructor instead. |
com.jniwrapper.ExternalStringPointer(long, boolean)
use
ExternalStringPointer.ExternalStringPointer(long, CharacterEncoding) constructor instead |
com.jniwrapper.Structure(Structure)
This medhod does nothing. Use new
Structure.initFrom(Structure) method instead. |