Constructs a URL with scheme raw
and path file
that will use value
to construct the InputStream
used when a connection
to the URL is opened.
Constructs a URL with scheme raw
and path file
that will return the bytes value
when a connection to the URL is opened.
Constructs a URL with scheme raw
and path file
that will return the bytes for value
in the platform default encoding
when a connection to the URL is opened.