Exemple #1
0
 public int ReadByte(ulong offs) => stream.ReadByte(offs);
Exemple #2
0
 public int ReadByte(ulong offs)
 {
     return(stream.ReadByte(offs));
 }