Click or drag to resize

IJVMWrapperDirectGetDirectBufferT Method

Returns a new instance of JCOBridgeDirectBufferT holding the memory of the https://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html which belongs to obj

Namespace: MASES.JCOBridge.C2JBridge.JVMInterop
Assembly: C2JBridge (in C2JBridge.dll) Version: 2.5.13.240514-86ea0fe57add44a0d4dc719a1a99f3379a320f2e
Syntax
JCOBridgeDirectBuffer<T> GetDirectBuffer<T>(
	IJavaObject obj
)

Parameters

obj  IJavaObject
The https://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html to read

Type Parameters

T
The native type of the resulting JCOBridgeDirectBufferT

Return Value

JCOBridgeDirectBufferT
A new instance of JCOBridgeDirectBufferT holding the memory of the https://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html which belongs to obj
See Also