This repository was archived by the owner on Feb 20, 2024. It is now read-only.

Description
It would be really useful to have a class that behaves as much as possible like python's File. This will allow for interfacing with e.g. gzip.GzipFile, pickle.load, etc. This can be a simple wrapper of XRootD.client.File, which makes synchronous requests and throws exceptions when they are not successful.