Access an array of the bytes of the resource.
An array containing the bytes of the resource's content. exception: ServerOverloadException - if server is configured to save resource body in filesystem and an error occurs while trying to access the filesystem.
Access the content as a stream.
Please close the stream when done as it may be holding valuable system resources.
an InputStream through which the bytes of the resource can be read. throws: ServerOverloadException - if the server cannot produce the content stream at this time.