public class Formatter extends AbstractJsonReader
| Constructor and Description |
|---|
Formatter(OutputStream out) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
handleToken(ParseEvent event) |
static void |
main(String[] argv) |
protected void |
ready() |
close, read, readpublic Formatter(OutputStream out) throws IOException
IOExceptionprotected void handleToken(ParseEvent event) throws IOException
handleToken in class AbstractJsonReaderIOExceptionprotected void ready()
throws IOException
ready in class AbstractJsonReaderIOExceptionpublic static void main(String[] argv) throws IOException, org.apache.commons.cli.ParseException
IOExceptionorg.apache.commons.cli.ParseExceptionCopyright © 2021. All rights reserved.