Uses of Interface
eu.bandm.tools.util.files.TextInput
Packages that use TextInput
Package
Description
Utility classes for file handling and IO.
-
Uses of TextInput in eu.bandm.tools.muli.utils
Methods in eu.bandm.tools.muli.utils with parameters of type TextInputModifier and TypeMethodDescriptionstatic void
CatalogFromFile.load
(TextInput input, CatalogByString cat, boolean eliminateNewlines, MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg) Fill the data encoded in the text file into the catalog object. -
Uses of TextInput in eu.bandm.tools.util.files
Classes in eu.bandm.tools.util.files that implement TextInputModifier and TypeClassDescription(package private) class
Subclass which uses a File for input.(package private) class
Subclass which uses a Reader for input.Methods in eu.bandm.tools.util.files that return TextInput