| Package | Description |
|---|---|
| org.opencypher.tools.io |
This package contains utilities for dealing with text output.
|
| Modifier and Type | Method and Description |
|---|---|
static Output.Readable |
Output.nowhere()
Get an
Output instance that writes nowhere. |
static Output.Readable |
Output.output(StringBuffer buffer)
Adapt a
StringBuffer to the Output interface. |
static Output.Readable |
Output.output(StringBuilder builder)
Adapt a
StringBuilder to the Output interface. |
static Output.Readable |
Output.stringBuilder()
Create a new
Output that writes to a new string builder. |
Copyright © 2019. All rights reserved.