hasmer
|
Represents a string in the string raw buffer. Used for creating the string table. More...
Properties | |
uint | IsUTF16 [get, set] |
uint | Offset [get, set] |
uint | Length [get, set] |
Additional Inherited Members | |
Static Public Member Functions inherited from Hasmer.HbcEncodedItem | |
static void | WriteFromDefinition (HbcWriter writer, JToken def, object value) |
Writes a complex value given the definition and corresponding object. More... | |
static object | ReadFromDefinition (HbcReader reader, JToken def) |
Reads a simple value given its definition. More... | |
static T | Decode< T > (HbcReader reader, JObject obj) |
Reads a complex value from a stream given its definition. More... | |
static void | Encode< T > (HbcWriter writer, JObject obj, T item) |
Encodes a complex value to a stream given its definition. More... | |
Represents a string in the string raw buffer. Used for creating the string table.