Overload List
| Name | Description | |
|---|---|---|
| Set(Byte) |
Set internal buffer to size 1 and copy supplied byte value into it
| |
| Set(array<Byte>[]()[]) |
Set internal buffer to supplied value. Overwrites existing data.
| |
| Set(String) |
Set class value with bytes from the string. UTF8 encoding is assumed.
| |
| Set(array<Byte>[]()[], Int32) |
Copy source buffer array up to length into the class.
| |
| Set(Int32, Byte) |
Set value at specified position to the supplied value
| |
| Set(array<Byte>[]()[], Int32, Int32) |
Set class value to the contents of the supplied array starting from offset with specified length
|