Uses of Class
de.siegmar.fastcsv.reader.BomHeader
-
Packages that use BomHeader Package Description de.siegmar.fastcsv.reader FastCSV reader. -
-
Uses of BomHeader in de.siegmar.fastcsv.reader
Methods in de.siegmar.fastcsv.reader that return BomHeader Modifier and Type Method Description static BomHeader
BomHeader. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static BomHeader[]
BomHeader. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.siegmar.fastcsv.reader that return types with arguments of type BomHeader Modifier and Type Method Description private static java.util.Optional<BomHeader>
IndexedCsvReader. detectBom(java.nio.file.Path file, StatusListener statusListener)
(package private) static java.util.Optional<BomHeader>
BomUtil. detectCharset(byte[] buf)
Detects the character encoding of a byte array based on the presence of a Byte Order Mark (BOM) header.(package private) static java.util.Optional<BomHeader>
BomUtil. detectCharset(java.nio.file.Path file)
Detects the character encoding of a file based on the presence of a Byte Order Mark (BOM) header.
-