| Package | Description |
|---|---|
| net.thevpc.tson.impl.util |
| Modifier and Type | Method and Description |
|---|---|
AppendableWriter |
AppendableWriter.append(char c) |
AppendableWriter |
AppendableWriter.append(CharSequence sequence) |
AppendableWriter |
AppendableWriter.append(CharSequence csq,
int start,
int end) |
static AppendableWriter |
AppendableWriter.of(Appendable a) |
static AppendableWriter |
AppendableWriter.of(CharBuffer a) |
static AppendableWriter |
AppendableWriter.of(StringBuffer a) |
static AppendableWriter |
AppendableWriter.of(StringBuilder a) |
Copyright © 2024 vpc open source initiative. All rights reserved.