Package io.deephaven.base
Class Base64
java.lang.Object
io.deephaven.base.Base64
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic byte[]
Translates the specified "alternate representation" Base64 string into a byte array.static byte[]
Translates the specified Base64 string (as per Preferences.get(byte[])) into a byte array.static String
byteArrayToBase64
(byte[] a) Translates the specified byte array into a Base64 string as per Preferences.put(byte[]).static void
-
Constructor Details
-
Base64
public Base64()
-
-
Method Details
-
byteArrayToBase64
Translates the specified byte array into a Base64 string as per Preferences.put(byte[]). -
base64ToByteArray
Translates the specified Base64 string (as per Preferences.get(byte[])) into a byte array. -
altBase64ToByteArray
Translates the specified "alternate representation" Base64 string into a byte array. -
main
-