JCOBridge |
| Name | Description | |
|---|---|---|
| ToArray(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). | |
| ToArrayTArray | Returns a TArray array which is the copy of the memory this JCOBridgeDirectBufferT instance is holding | |
| ToArrayTArray(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). |