A resource that can be read. The simplest example is a file.
Type | Name and description |
---|---|
InputStream |
read() Returns an unbuffered InputStream that provides means to read the resource. |
Methods inherited from class | Name |
---|---|
interface Resource |
getBaseName, getDisplayName, getURI |
Returns an unbuffered InputStream that provides means to read the resource. It is the caller's responsibility to close this stream.