public interface EzyInputStreamReader
| Modifier and Type | Method and Description |
|---|---|
byte[] |
readBytes(InputStream stream) |
char[] |
readChars(InputStream stream,
String charset) |
List<String> |
readLines(InputStream stream,
String charset) |
String |
readString(InputStream stream,
String charset) |
byte[] readBytes(InputStream stream)
char[] readChars(InputStream stream, String charset)
String readString(InputStream stream, String charset)
List<String> readLines(InputStream stream, String charset)
Copyright © 2023 Young Monkeys. All rights reserved.