public interface Resource
Modifier and Type | Method and Description |
---|---|
java.io.Reader |
open()
Opens a resource and returns a content reader.
|
java.lang.String |
toString() |
java.io.Reader open() throws java.io.IOException
The returned reader implementation should be effective enough to allow usage without extra buffering, etc.
java.io.IOException
- if I/O error occurs.java.lang.String toString()
toString
in class java.lang.Object
Copyright © Copyright 2006-2019 The Scriptella Project Team.