Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

Traits

EncoderGeneric trait for encoding data into Base64 format This trait provides a common interface for encoding various data types into Base64 representation, which is widely used for encoding binary data…
DecoderGeneric trait for decoding data from Base64 format This trait provides a common interface for decoding Base64 encoded data back to its original binary representation….
ByteArrayEncoderTrait for encoding ByteArray data into Base64 format This trait is specialized for ByteArray types, providing efficient encoding operations while maintaining the ByteArray type for both…
ByteArrayDecoderTrait for decoding ByteArray data from Base64 format This trait is specialized for ByteArray types, providing efficient decoding operations while maintaining the ByteArray type for both…