Exemple #1
0
 public static ulong ReadBE8U(this Stream stream)
 {
     return(IOH.ReadBE8U(Read(stream, 8), 0));
 }