JCOBridge |
The JCOBridgeDirectBufferT type exposes the following members.
Name | Description | |
---|---|---|
Item | Get or set the memory of the shared buffer at index | |
JavaObject | The IJavaObject referring to the https://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html managing the maoping |
Name | Description | |
---|---|---|
AsTNew | Returns a new instance of JCOBridgeDirectBufferT | |
CopyTo | Fills the destination with the copy of the memory this JCOBridgeDirectBufferT instance is holding | |
Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
FillWithArrayTArray | Copies the content of array into memory managed from this JCOBridgeDirectBufferT instance | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
GetEnumerator | Returns an enumerator that iterates through the collection. | |
GetHashCode | Serves as the default hash function. (Inherited from Object) | |
GetType | Gets the Type of the current instance. (Inherited from Object) | |
GetValue(Int32) | Gets the value at the specified position in the one-dimensional Array. The index is specified as a 32-bit integer. | |
GetValue(Int64) | Gets the value at the specified position in the one-dimensional Array. The index is specified as a 64-bit integer. | |
Initialize | Initializes every element of the value-type Array by calling the default constructor of the value type. | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
SetValue(T, Int32) | Sets a value to the element at the specified position in the one-dimensional Array. The index is specified as a 32-bit integer. | |
SetValue(T, Int64) | Sets a value to the element at the specified position in the one-dimensional Array. The index is specified as a 64-bit integer. | |
ToArrayTArray | Returns a TArray array which is the copy of the memory this JCOBridgeDirectBufferT instance is holding | |
ToArrayTArray(TArray, Boolean) | Fills the array with the copy of the memory this JCOBridgeDirectBufferT instance is holding | |
ToStream | Converts this instance to a Stream can be used to manage directly the underlying memory without make intermediate array copy | |
ToString | Returns a string that represents the current object. (Inherited from Object) |
Name | Description | |
---|---|---|
(JCOBridgeDirectBufferT to T) | Returns a T array which is the copy of the memory the t instance is holding | |
(JCOBridgeDirectBufferT to Stream) | Converts this instance to a Stream can be used to manage directly the underlying memory without make intermediate array copy |
Name | Description | |
---|---|---|
ConvertTReturn |
Converts a generic object
(Defined by JCOBridgeExtensions) | |
ToNative |
Converts a generic input to an object manageable from the JVM
(Defined by JCOBridgeExtensions) |
Name | Description | |
---|---|---|
IEnumerableGetEnumerator | Returns an enumerator that iterates through a collection. |