public interface TextReadable
Modifier and Type | Field and Description |
---|---|
static TextReadable |
DEFAULT
A default implementation which throws
IOException when opening the stream. |
static Class<TextReadable> |
TextReadable |
Modifier and Type | Method and Description |
---|---|
Reader |
openReader()
Returns a
Reader to read from the object. |
static final Class<TextReadable> TextReadable
static final TextReadable DEFAULT
IOException
when opening the stream.@Nonnull Reader openReader() throws IOException
Reader
to read from the object.Reader
IOException
- if the operation can't be performedCopyright © 2009-2013 Tidalwave s.a.s. (http://tidalwave.it). All Rights Reserved.