Volt

Encoding

The Encoding library provides functions for encoding and decoding data in various formats.

Overview

These functions allow you to:

  • Convert data to and from Base64
  • Compress and decompress data using LZ4

Available Functions

FunctionDescription
base64decodeDecode a Base64 string
base64encodeEncode data to Base64
lz4compressCompress data using LZ4
lz4decompressDecompress LZ4 data

On this page