Ejemplo n.º 1
0
 public int GetStringSize(string str)
 {
     return(Leb128.SizeUleb128((ulong)str.Length) + str.Length);
 }
Ejemplo n.º 2
0
 public int GetRawSize(byte[] raw)
 {
     return(Leb128.SizeUleb128((ulong)raw.Length) + raw.Length);
 }