static string | GetHeaderLog ( byte [] bytes ) Returns a log string for a byte[] by returning the individual bytes for each section. Determines specific settings before returning the log. |
static string | Returns a log string for a byte[] by returning the individual bytes for each section. |
static string | Returns a string of all bytes within an array |
static string | Returns a string of the individual bits within a byte array |
static string | Method for decoding raw data into a string |
static byte [] | |
static byte [] | Encode ( byte [] binaryData ) Encodes a binary data into a wit stream |
static byte [] | Encodes a json token and raw binary data into a single stream |
static byte [] | Encodes a json string and raw binary data into a single stream |
static byte [] | Encodes a json byte[] and raw binary data into a single stream |
static byte [] | EncodeString ( string stringData ) Method for encoding a string into raw data |
WitChunk [] Meta.Voice.Net.Encoding.Wit.WitChunkConverter.Decode ( byte [] rawData, int start, int length ) |
---|
Decodes an array of chunk data Parameters rawData A chunk of bytes to be split into json data and binary data startThe chunk array start index used for decoding lengthThe total number of bytes to be used within chunkData |
static string Meta.Voice.Net.Encoding.Wit.WitChunkConverter.GetHeaderLog ( byte [] bytes ) |
---|
Returns a log string for a byte[] by returning the individual bytes for each section. Determines specific settings before returning the log. |
static string Meta.Voice.Net.Encoding.Wit.WitChunkConverter.GetHeaderLog ( byte [] bytes, long jsonLength, long binaryLength, bool invalid ) |
---|
Returns a log string for a byte[] by returning the individual bytes for each section. |
static string Meta.Voice.Net.Encoding.Wit.WitChunkConverter.GetByteString ( byte [] bytes, int start, int length, bool reverse ) |
---|
Returns a string of all bytes within an array |
static string Meta.Voice.Net.Encoding.Wit.WitChunkConverter.GetBitString ( byte [] bytes, int start, int length, bool reverse ) |
---|
Returns a string of the individual bits within a byte array |
static string Meta.Voice.Net.Encoding.Wit.WitChunkConverter.DecodeString ( byte [] rawData, int offset, int length ) |
---|
Method for decoding raw data into a string |
static byte [] Meta.Voice.Net.Encoding.Wit.WitChunkConverter.Encode ( WitChunk chunkData ) |
---|
Encodes a json byte[] and raw binary data into a single stream |
static byte [] Meta.Voice.Net.Encoding.Wit.WitChunkConverter.Encode ( byte [] binaryData ) |
---|
Encodes a binary data into a wit stream |
static byte [] Meta.Voice.Net.Encoding.Wit.WitChunkConverter.Encode ( WitResponseNode jsonToken, byte [] binaryData ) |
---|
Encodes a json token and raw binary data into a single stream |
static byte [] Meta.Voice.Net.Encoding.Wit.WitChunkConverter.Encode ( string jsonString, byte [] binaryData ) |
---|
Encodes a json string and raw binary data into a single stream |
static byte [] Meta.Voice.Net.Encoding.Wit.WitChunkConverter.Encode ( byte [] jsonData, byte [] binaryData ) |
---|
Encodes a json byte[] and raw binary data into a single stream |
static byte [] Meta.Voice.Net.Encoding.Wit.WitChunkConverter.EncodeString ( string stringData ) |
---|
Method for encoding a string into raw data |