RFA .NET
Overload List
Name | Description | |
---|---|---|
![]() | Buffer()()()() | Default Constructor. |
![]() | Buffer(array<Byte>[]()[][]) | Constructor specifing byte array of the memory to copy from. |
![]() | Buffer(Int32) | Constructor specifing capacity. |
![]() | Buffer(Buffer) | Copy Constructor. |
![]() | Buffer(array<Byte>[]()[][], Int32) | Constructor specifing byte array and length of the memory to copy from. |
![]() | Buffer(array<Byte>[]()[][], Int32, Int32) | Constructor specifing byte array and length of the memory to copy from, and capacity of the buffer. |