| Modifier and Type | Class and Description |
|---|---|
static class |
Stio.OutputOnBuilder |
static class |
Stio.OutputOnWriter |
| Modifier and Type | Method and Description |
|---|---|
abstract Stio.Output |
Stio.Output.append(char c) |
Stio.Output |
Stio.OutputOnWriter.append(char c) |
abstract Stio.Output |
Stio.Output.append(java.lang.String str) |
Stio.Output |
Stio.OutputOnWriter.append(java.lang.String str) |
static Stio.Output |
Stio.JSONOut.escape(java.lang.String what,
Stio.Output to) |
abstract Stio.Output |
Stio.Output.flush() |
Stio.Output |
Stio.OutputOnBuilder.flush() |
Stio.Output |
Stio.OutputOnWriter.flush() |
| Modifier and Type | Method and Description |
|---|---|
static Stio.Output |
Stio.JSONOut.escape(java.lang.String what,
Stio.Output to) |
| Constructor and Description |
|---|
JSONOut(Stio.Output output) |
Copyright © 2018 DAO Engineering. All rights reserved.