Uses of Interface
it.tidalwave.role.io.TextReadable
-
Packages that use TextReadable Package Description it.tidalwave.role.io it.tidalwave.role.io.spi -
-
Uses of TextReadable in it.tidalwave.role.io
Fields in it.tidalwave.role.io declared as TextReadable Modifier and Type Field Description static TextReadable
TextReadable. DEFAULT
A default implementation which throwsIOException
when opening the stream.Fields in it.tidalwave.role.io with type parameters of type TextReadable Modifier and Type Field Description static java.lang.Class<TextReadable>
TextReadable. _TextReadable_
-
Uses of TextReadable in it.tidalwave.role.io.spi
Classes in it.tidalwave.role.io.spi that implement TextReadable Modifier and Type Class Description class
PathTextReadable
An implementation ofTextReadable
which delegates to aPath
.
-