public class EzySimpleFileReader extends Object implements EzyFileReader
| Modifier and Type | Class and Description |
|---|---|
static class |
EzySimpleFileReader.Builder |
| Constructor and Description |
|---|
EzySimpleFileReader() |
| Modifier and Type | Method and Description |
|---|---|
static EzySimpleFileReader.Builder |
builder() |
byte[] |
readBytes(File file) |
Collection<String> |
readLines(File file,
String charset) |
public byte[] readBytes(File file)
readBytes in interface EzyFileReaderpublic Collection<String> readLines(File file, String charset)
readLines in interface EzyFileReaderpublic static EzySimpleFileReader.Builder builder()
Copyright © 2023 Young Monkeys. All rights reserved.