public abstract class TsonCharStreamSource extends Object
| Constructor and Description |
|---|
TsonCharStreamSource() |
| Modifier and Type | Method and Description |
|---|---|
static TsonCharStreamSource |
of(char[] bytes) |
static TsonCharStreamSource |
of(File file) |
static TsonCharStreamSource |
of(Path path) |
static TsonCharStreamSource |
of(Reader reader) |
static TsonCharStreamSource |
of(String bytes) |
static TsonCharStreamSource |
of(URL url) |
abstract Reader |
open() |
public abstract Reader open()
public static TsonCharStreamSource of(URL url)
public static TsonCharStreamSource of(File file)
public static TsonCharStreamSource of(Path path)
public static TsonCharStreamSource of(char[] bytes)
public static TsonCharStreamSource of(String bytes)
public static TsonCharStreamSource of(Reader reader)
Copyright © 2025 vpc open source initiative. All rights reserved.