package declaration for Ascii85.kt

This commit is contained in:
minjaesong
2021-03-08 13:10:41 +09:00
parent fa4b5df19c
commit 45129d5b0f

View File

@@ -1,3 +1,5 @@
package net.torvald.terrarum.serialise
/**
* Standard Ascii85 implementation, except that the character sets used are as defined in
* RFC 1924 for JSON-compatibility, and will NOT truncate '00000' into something else;