public class CsvReaders extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static char |
BOM_CHARACTER
BOM is a character you can find in the beginning of a UTF-8 encoded file that should not be interpreted.
|
| Constructor and Description |
|---|
CsvReaders() |
| Modifier and Type | Method and Description |
|---|---|
static String[] |
getHeader(File file,
char charSeprator) |
static String |
removeBomCharacter(String s) |
protected static final char BOM_CHARACTER
Copyright © 2013–2022 Code Lutin. All rights reserved.