Uses of Enum
de.siegmar.fastcsv.reader.BomHeader
Packages that use BomHeader
-
Uses of BomHeader in de.siegmar.fastcsv.reader
Methods in de.siegmar.fastcsv.reader that return BomHeaderModifier and TypeMethodDescriptionstatic BomHeader
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 BomHeaderModifier and TypeMethodDescriptionIndexedCsvReader.detectBom
(Path file, StatusListener statusListener) BomUtil.detectCharset
(byte[] buf) Detects the character encoding of a byte array based on the presence of a Byte Order Mark (BOM) header.BomUtil.detectCharset
(Path file) Detects the character encoding of a file based on the presence of a Byte Order Mark (BOM) header.