The MutableByte type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| MutableByte | Overloaded. |
Methods
| Name | Description | |
|---|---|---|
| Append | Overloaded. | |
| Clone |
Clone object
| |
| CompareTo | Overloaded. | |
| Equals | Overloaded. | |
| FieldGetter | (Inherited from Object.) | |
| FieldSetter | (Inherited from Object.) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| Get |
Get sub-array
| |
| GetFieldInfo | (Inherited from Object.) | |
| GetHashCode |
Returns object hash code. Just calls the base class implementation.
(Overrides Object..::.GetHashCode()()().) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| Insert | Overloaded. | |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| Prepend | Overloaded. | |
| Remove |
Remove array byte members starting with position start for the length length bytes.
| |
| RemoveBeginning |
Remove bytes from the beginning of the array
| |
| RemoveEnd |
Remove number of byte values from the end of the internal buffer
| |
| Reset |
Reset object data to null
| |
| Set | Overloaded. | |
| ToString | Overloaded. |
Operators
| Name | Description | |
|---|---|---|
| Addition | Overloaded. | |
| Equality |
Compare two MutableByte class contents
| |
| GreaterThan |
Greater then operator overload.
| |
| Implicit |
Allow implicit casting of this object as a byte array for any callers.
| |
| Inequality |
Negative compare.
| |
| LessThan |
Lesser then operator overload.
|
Properties
| Name | Description | |
|---|---|---|
| Item |
Index operator. Index access to the underlying byte array
| |
| Length |
Byte buffer current length
|