Package org.opencypher.tools.io

This package contains utilities for dealing with text output. The Output interface serves the purpose of unifying the various different classes you can output text to in Java, presenting their shared abilities as a simple interface.

This package also contains a sibling to the Output interface, in the LineInput interface which provides a simple interface for reading lines from an input source.