It would be useful when debugging to have a way to dump just the PHP content of a File object, because when I dump() a file object I get screens and screens of stuff, and my IDE's debugger doesn't like long strings.
Either making protected $content readonly (if the minimum supported version of PHP allows this), or adding a getter method for it.