This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import java.math.BigDecimal | |
import java.nio.ByteBuffer | |
import java.nio.charset.StandardCharsets | |
import java.util.* | |
import java.util.regex.Pattern | |
/** | |
* simple Base85/Ascii85 encoder-decoder for kotlin | |
* @see <a href="Base85">https://en.wikipedia.org/wiki/Ascii85</a> | |
*/ |