Click or drag to resize

JCOBridgeDirectBufferTToArray Method

Overload List
 NameDescription
Public methodToArray(T, Boolean) Fills array with a reinterpreted copy of the memory this JCOBridgeDirectBufferT instance is holding. Use only when TArray differs from T; for same-type copies prefer CopyTo(T, Int32).
Public methodToArrayTArray Returns a TArray array which is the copy of the memory this JCOBridgeDirectBufferT instance is holding
Public methodToArrayTArray(TArray, Boolean) Fills array with a reinterpreted copy of the memory this JCOBridgeDirectBufferT instance is holding. Use only when TArray differs from T; for same-type copies prefer CopyTo(T, Int32).
Top
See Also