package javadsl
Type Members
- class ByteOrderMark extends AnyRef
Byte Order Marks may be used to indicate the used character encoding in text files.
Byte Order Marks may be used to indicate the used character encoding in text files.
- See also
- class CsvFormatting extends AnyRef
Provides CSV formatting flows that convert a sequence of String into their CSV representation in {@see org.apache.pekko.util.ByteString}.
- class CsvParsing extends AnyRef
- sealed final class CsvQuotingStyle extends Enum[CsvQuotingStyle]
Select which fields to quote in CSV formatting.
- class CsvToMap extends AnyRef