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.12.240512-4d4b2fafd3df13602ccdeccef07b026ccf8b47b0
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