Added functionality
- Added function `tell()` to return an int indicating current stream position of the underlying file object of QshFile;
- Added function `seek(position)` to change stream position of the underlying file object of QshFile;
- Added function `close()` to close file object of QshFile.
Improvements
- `read_ord_log_data()` won't raise KeyError exception anymore thanks to inesusvet