Skip to content

Instantly share code, notes, and snippets.

View AminMoradian's full-sized avatar
🏠
Working from home

Amin Moradian AminMoradian

🏠
Working from home
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>
*/