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.17.240622-f0da58d62b7e98f73f32432917df8eb1a5f062a3
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