Exemple #1
0
 /// <summary>Reads a big-endian long (8 bytes) from a stream.</summary>
 public static long ReadBE8(this Stream stream)
 {
     return(IOH.ReadBE8(Read(stream, 8), 0));
 }