Package org.webharvest.utils
Interface HasReader
-
- All Known Subinterfaces:
ConfigSource
- All Known Implementing Classes:
AbstractConfigSource
,BufferConfigSource
,FileConfigSource
,URLConfigSource
public interface HasReader
Represent an object holding character streamReader
.- Since:
- 2.1.0-SNAPSHOT
- Version:
- %I%, %G%
- Author:
- Robert Bala
- See Also:
Reader
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Reader
getReader()
Gets theReader
for character stream.
-
-
-
Method Detail
-
getReader
Reader getReader() throws IOException
Gets theReader
for character stream.- Returns:
- stream
Reader
. - Throws:
IOException
-
-