Uses of Interface
org.opencypher.tools.io.Output.Readable
-
Packages that use Output.Readable Package Description org.opencypher.tools.io This package contains utilities for dealing with text output. -
-
Uses of Output.Readable in org.opencypher.tools.io
Methods in org.opencypher.tools.io that return Output.Readable Modifier and Type Method Description static Output.ReadableOutput. nowhere()Get anOutputinstance that writes nowhere.static Output.ReadableOutput. output(StringBuffer buffer)Adapt aStringBufferto the Output interface.static Output.ReadableOutput. output(StringBuilder builder)Adapt aStringBuilderto the Output interface.static Output.ReadableOutput. stringBuilder()Create a newOutputthat writes to a new string builder.
-