Class Base64Util
java.lang.Object
com.ranull.graves.util.Base64Util
Utility class for serializing and deserializing objects to and from Base64 strings.
-
Method Summary
Modifier and TypeMethodDescriptionstatic Objectbase64ToObject(String string) Deserializes a Base64 encoded string back to an object.static URLextractSkinURL(String base64) Extracts the skin URL from a Minecraft texture Base64 string.static StringobjectToBase64(Object object) Serializes an object to a Base64 encoded string.
-
Method Details
-
objectToBase64
-
base64ToObject
-
extractSkinURL
-