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