Click or drag to resize

JCOBridgeDirectBuffer<T> Type Conversions

The JCOBridgeDirectBuffer<T> type exposes the following members.

Operators
 NameDescription
Public operatorStatic memberImplicit(JCOBridgeDirectBuffer<T> to T[]) Returns a T array which is the copy of the memory the t instance is holding
Public operatorStatic memberImplicit(JCOBridgeDirectBuffer<T> to Stream) Converts this instance to a Stream can be used to manage directly the underlying memory without make intermediate array copy
Top
See Also