Yate
|
Helper class for operations with octet strings. More...
#include <yateasn.h>
Public Member Functions | |
String | getString () |
DataBlock & | operator= (const String &value) |
DataBlock & | operator= (const DataBlock &value) |
const String | toHexString () const |
DataBlock & | fromHexString (const String &value) |
Helper class for operations with octet strings.
Helper class for operations with octet strings. Helps with conversions from String to/from DataBlock
DataBlock& fromHexString | ( | const String & | value | ) | [inline] |
Builed this DataBlock from a hexified string
References String::length().
Assignment operator.
Reimplemented from DataBlock.
const String toHexString | ( | ) | const [inline] |
Get the content of the buffer in form of a hexified string
References String::hexify().