Class CMapByteCid
public class CMapByteCid : AbstractCMap
- Inheritance
-
CMapByteCid
- Inherited Members
Constructors
CMapByteCid()
public CMapByteCid()
Methods
DecodeSequence(byte[], int, int)
Decode byte sequence.
public virtual string DecodeSequence(byte[] cidBytes, int offset, int length)
Parameters
cidBytes
byte[]byteCodeBytes
offset
intnumber of bytes to skip before starting to return chars from the sequence
length
intnumber of bytes to process
Returns
- string
string that contains decoded representation of the given sequence
DecodeSingle(byte[], Cursor)
protected virtual int DecodeSingle(byte[] cidBytes, CMapByteCid.Cursor cursor)
Parameters
cidBytes
byte[]cursor
CMapByteCid.Cursor