|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.tidalwave.role.spi.FileTextReadable
public class FileTextReadable
An implementation of TextReadable
which delegates to a File
.
Field Summary |
---|
Fields inherited from interface it.tidalwave.role.TextReadable |
---|
DEFAULT, TextReadable |
Constructor Summary | |
---|---|
FileTextReadable()
|
Method Summary | |
---|---|
java.io.Reader |
openReader()
Returns a Reader to read from the object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FileTextReadable()
Method Detail |
---|
@Nonnull public java.io.Reader openReader() throws java.io.IOException
Reader
to read from the object.
openReader
in interface TextReadable
Reader
java.io.IOException
- if the operation can't be performed
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |