Esempio n. 1
0
 public string ReadString()
 {
     return(Binary.ReadString(ref this._data, ref this._offset, this._encoding, this._endianness));
 }