public class Read extends Object
| Constructor and Description |
|---|
Read() |
| Modifier and Type | Method and Description |
|---|---|
static @NotNull String |
read(InputStream is) |
static @NotNull String |
read(InputStream is,
Charset cs)
Read all to string and close InputStream
|
static @NotNull String |
read(Reader rd)
Read all to string and close InputStream
|
static @NotNull String |
read(String uri) |
static @NotNull String |
read(@NotNull String uri,
String pwd) |
static @NotNull String |
read(@NotNull String uri,
String pwd,
Charset cs) |
@NotNull public static @NotNull String read(@NotNull @NotNull String uri, String pwd, Charset cs)
@NotNull public static @NotNull String read(InputStream is)
@NotNull public static @NotNull String read(InputStream is, Charset cs)
Copyright © 2024. All rights reserved.