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