public class EzySimpleInputStreamReader extends Object implements EzyInputStreamReader
| Modifier and Type | Class and Description |
|---|---|
static class |
EzySimpleInputStreamReader.Builder |
| Constructor and Description |
|---|
EzySimpleInputStreamReader() |
| Modifier and Type | Method and Description |
|---|---|
static EzySimpleInputStreamReader.Builder |
builder() |
byte[] |
readBytes(InputStream stream) |
char[] |
readChars(InputStream stream,
String charset) |
List<String> |
readLines(InputStream stream,
String charset) |
String |
readString(InputStream stream,
String charset) |
public byte[] readBytes(InputStream stream)
readBytes in interface EzyInputStreamReaderpublic String readString(InputStream stream, String charset)
readString in interface EzyInputStreamReaderpublic char[] readChars(InputStream stream, String charset)
readChars in interface EzyInputStreamReaderpublic List<String> readLines(InputStream stream, String charset)
readLines in interface EzyInputStreamReaderpublic static EzySimpleInputStreamReader.Builder builder()
Copyright © 2023 Young Monkeys. All rights reserved.