public int ReadByte(ulong offs) => stream.ReadByte(offs);
public int ReadByte(ulong offs) { return(stream.ReadByte(offs)); }