RFA .NET
The Buffer type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | Clear | Clears the contents of the buffer. |
![]() | CompareTo | Compares the current Buffer with another Buffer. |
![]() | Dispose | Releases unmanaged resources. |
![]() | Equals(Object) | Determines whether the specified Object is equal to the current Object. (Overrides Object..::..Equals(Object).) |
![]() | Equals(Buffer) | Determines whether the specified Buffer object is equal to this Object. |
![]() | GetHashCode | Serves as a hash function for a particular type. (Overrides Object..::..GetHashCode()()()().) |
![]() | IsEqual | Compares the buffer with a byte array. |
![]() | Resize(Int32) | Changes the capacity of the buffer. |
![]() | Resize(Int32, Boolean) | Changes the capacity of the buffer. |
![]() | Set()()()() | Sets the contents of the buffer to 0,
the number of bytes to set is equal to Capacity. |
![]() | Set(Byte) | Sets the contents of the buffer to the given value,
the number of bytes to set is equal to Capacity. |
![]() | Set(Byte, Int32) | Sets the contents of the buffer to the given value. |
![]() | SetFrom(array<Byte>[]()[][], Int32) | Sets the contents of the buffer with memory allocation. |
![]() | SetFrom(array<Byte>[]()[][], Int32, Int32) | Sets the contents of the buffer with memory allocation. |
![]() | ToRFA_String | String representation of this object. |
![]() | ToString | String representation of this object. (Overrides Object..::..ToString()()()().) |