convert library
Classes
-
AccumulatorSink<
T> - A sink that provides access to all the events that have been passed to it.
- ByteAccumulatorSink
- A sink that provides access to the concatenated bytes passed to it.
- CodePage
- A mapping between bytes and characters.
- CodePageDecoder
- A code page decoder, converts from bytes to characters.
- CodePageEncoder
- Encoder for a code page.
- FixedDateTimeFormatter
- A formatter and parser for DateTime in a fixed format String pattern.
- HexCodec
- A codec that converts byte arrays to and from hexadecimal strings, following the Base16 spec.
- HexDecoder
- A converter that decodes hexadecimal strings into byte arrays.
- HexEncoder
- A converter that encodes byte arrays into hexadecimal strings.
-
IdentityCodec<
T> - A Codec that performs the identity conversion (changing nothing) in both directions.
- PercentCodec
- A codec that converts byte arrays to and from percent-encoded (also known as URL-encoded) strings according to RFC 3986.
- PercentDecoder
- A converter that decodes percent-encoded strings into byte arrays.
- PercentEncoder
- A converter that encodes byte arrays into percent-encoded strings.
- StringAccumulatorSink
- A sink that provides access to the concatenated strings passed to it.
Constants
- hex → const HexCodec
- The canonical instance of HexCodec.
- percent → const PercentCodec
- The canonical instance of PercentCodec.
Properties
- latin10 → CodePage
-
The ISO-8859-16/Latin-10 (South Eastern European) code page.
final
- latin2 → CodePage
-
The ISO-8859-2/Latin-2 (Eastern European) code page.
final
- latin3 → CodePage
-
The ISO-8859-3/Latin-3 (South European) code page.
final
- latin4 → CodePage
-
The ISO-8859-4/Latin-4 (North European) code page.
final
- latin5 → CodePage
-
The ISO-8859-9/Latin-5 (Turkish) code page.
final
- latin6 → CodePage
-
The ISO-8859-10/Latin-6 (Nordic) code page.
final
- latin7 → CodePage
-
The ISO-8859-13/Latin-6 (Baltic Rim) code page.
final
- latin8 → CodePage
-
The ISO-8859-14/Latin-8 (Celtic) code page.
final
- latin9 → CodePage
-
The ISO-8859-15/Latin-9 (Western European revised) code page.
final
- latinArabic → CodePage
-
The ISO-8859-6/Latin-Arabic code page.
final
- latinCyrillic → CodePage
-
The ISO-8859-5/Latin-Cyrillic code page.
final
- latinGreek → CodePage
-
The ISO-8859-7/Latin-Greek code page.
final
- latinHebrew → CodePage
-
The ISO-8859-7/Latin-Hebrew code page.
final
- latinThai → CodePage
-
The ISO-8859-11/Latin-Thai code page.
final