Skip to content

Instantly share code, notes, and snippets.

View ronhombre's full-sized avatar
🍸
Chllin'

Ron Lauren Hombre ronhombre

🍸
Chllin'
View GitHub Profile
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>
*/