|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfreemind.main.Base64Coding
public class Base64Coding
Partial implementation of a Preference node.
Constructor Summary | |
---|---|
Base64Coding()
|
Method Summary | |
---|---|
static byte[] |
decode64(java.lang.String s)
Helper method for decoding a Base64 string as an byte array. |
static java.lang.String |
encode64(byte[] b)
Helper method for encoding an array of bytes as a Base64 String. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Base64Coding()
Method Detail |
---|
public static byte[] decode64(java.lang.String s)
public static java.lang.String encode64(byte[] b)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |