SolidNonRDFResource
A NonRDFResource (binary) retrieved from a Solid server.
Adds server-supplied SolidMetadata (parsed from the response headers — content type and length, ACL URI, WAC-Allow, ETag, and so on) on top of the opaque byte stream inherited from NonRDFResource. This is the type returned for binary resources read from a pod.
Functions
The media type of the resource representation (the value of its Content-Type).
The creation time in epoch milliseconds. Always null for a binary resource: HTTP exposes no creation header, and a non-RDF resource carries no triples from which to read dcterms:created.
Returns the resource representation as a byte stream.
The HTTP headers associated with this resource (empty when constructed locally).
The URI that identifies this resource on the pod.
The last-modified time in epoch milliseconds (the Last-Modified header), or null when absent.