Uses of Interface
org.opencypher.tools.io.LineInput
-
Packages that use LineInput Package Description org.opencypher.generator org.opencypher.tools.io This package contains utilities for dealing with text output. -
-
Uses of LineInput in org.opencypher.generator
Constructors in org.opencypher.generator with parameters of type LineInput Constructor Description InteractiveChoices(LineInput input, Output output, Choices defaultChoices) -
Uses of LineInput in org.opencypher.tools.io
Methods in org.opencypher.tools.io that return LineInput Modifier and Type Method Description static LineInputLineInput. input(InputStream input)static LineInputLineInput. input(Reader in)static LineInputLineInput. stdIn()
-