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.21.241219-a6a144ea07c497c3a9a1be842408e852afb458be
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