| Modifier and Type | Method and Description |
|---|---|
static byte[] |
decode(String chars)
This is a very simple base85 decoder.
|
static String |
encode(byte[] payload) |
static void |
main(String[] args) |
public static String encode(byte[] payload)
public static byte[] decode(String chars)
chars - The input characters that are base85 encoded.Copyright © 2022. All rights reserved.