hex
object hex
Functions for working with base 64.
Value members
Concrete methods
Converts a stream of hex text in to a stream of bytes.
Converts a stream of hex text in to a stream of bytes.
If the text is not valid hex, the pipe fails with an exception. There must be an even number of hex digits (nibbles) or the pipe fails with an exception. Whitespace characters are ignored.
The default alphabet is used by this pipe.
Encodes a byte stream in to a stream of hexadecimal text. The default hex alphabet is used by this pipe.
Encodes a byte stream in to a stream of hexadecimal text. The default hex alphabet is used by this pipe.