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