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. [...]
- 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. [...]
- 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.
const HexCodec._()
- percent → const PercentCodec
-
The canonical instance of PercentCodec.
const PercentCodec._()