Represents a resource that is part of the epub. A resource can be a html file, image, xml, etc.
Returns the resource's bytes decoded as a String using the resource's inputEncoding.
Returns the resource's bytes (loading them if lazy).
Tells this resource to release its cached data.
Gets the contents of the Resource as an okio Source.