| Package | Description |
|---|---|
| net.thevpc.tson.impl.elements |
| Modifier and Type | Class and Description |
|---|---|
class |
ReaderTsonCharStreamSource |
| Modifier and Type | Method and Description |
|---|---|
static TsonCharStreamSource |
TsonCharStreamSource.of(char[] bytes) |
static TsonCharStreamSource |
TsonCharStreamSource.of(File file) |
static TsonCharStreamSource |
TsonCharStreamSource.of(Path path) |
static TsonCharStreamSource |
TsonCharStreamSource.of(Reader reader) |
static TsonCharStreamSource |
TsonCharStreamSource.of(String bytes) |
static TsonCharStreamSource |
TsonCharStreamSource.of(URL url) |
| Constructor and Description |
|---|
TsonCharStreamImpl(TsonCharStreamSource value,
String language) |
TsonStopWordCharStreamImpl(TsonCharStreamSource value,
String stopWord) |
Copyright © 2024 vpc open source initiative. All rights reserved.