Exemplo n.º 1
0
 /// <summary>
 ///   Read a long from the Buffer
 /// </summary>
 /// <returns></returns>
 public Int64 ReadLong()
 {
     return(Int64.FromNumber(BitConverter.ToInt64(ReadBigEndianBytes(8), 0)));
 }