Overload List
| Name | Description | |
|---|---|---|
| OctetString()()()() | Constructor | |
| OctetString(Byte) |
Constructor. Initialize the class value to a 1 byte array with the supplied value
| |
| OctetString(array<Byte>[]()[][]) | Constructs the object and sets the data buffer to the byte array values
| |
| OctetString(String) | Constructs an Octet String with the contents of the supplied string.
| |
| OctetString(OctetString) | Constructor creating class from values in the supplied class. | |
| OctetString(array<Byte>[]()[][], Boolean) |
Construct the class and set value. Value can be set by reference (assigned passed array parameter
to the interal class variable) or by value (copy data in the array into a new buffer).
|