DECODE | com.graeff.pwencode.Base64 | static |
decode(byte[] source) | com.graeff.pwencode.Base64 | static |
decode(byte[] source, int off, int len, int options) | com.graeff.pwencode.Base64 | static |
decode(String s) | com.graeff.pwencode.Base64 | static |
decode(String s, int options) | com.graeff.pwencode.Base64 | static |
decodeFileToFile(String infile, String outfile) | com.graeff.pwencode.Base64 | static |
decodeFromFile(String filename) | com.graeff.pwencode.Base64 | static |
decodeToFile(String dataToDecode, String filename) | com.graeff.pwencode.Base64 | static |
decodeToObject(String encodedObject) | com.graeff.pwencode.Base64 | static |
decodeToObject(String encodedObject, int options, final ClassLoader loader) | com.graeff.pwencode.Base64 | static |
DO_BREAK_LINES | com.graeff.pwencode.Base64 | static |
DONT_GUNZIP | com.graeff.pwencode.Base64 | static |
ENCODE | com.graeff.pwencode.Base64 | static |
encode(java.nio.ByteBuffer raw, java.nio.ByteBuffer encoded) | com.graeff.pwencode.Base64 | static |
encode(java.nio.ByteBuffer raw, java.nio.CharBuffer encoded) | com.graeff.pwencode.Base64 | static |
encodeBytes(byte[] source) | com.graeff.pwencode.Base64 | static |
encodeBytes(byte[] source, int options) | com.graeff.pwencode.Base64 | static |
encodeBytes(byte[] source, int off, int len) | com.graeff.pwencode.Base64 | static |
encodeBytes(byte[] source, int off, int len, int options) | com.graeff.pwencode.Base64 | static |
encodeBytesToBytes(byte[] source) | com.graeff.pwencode.Base64 | static |
encodeBytesToBytes(byte[] source, int off, int len, int options) | com.graeff.pwencode.Base64 | static |
encodeFileToFile(String infile, String outfile) | com.graeff.pwencode.Base64 | static |
encodeFromFile(String filename) | com.graeff.pwencode.Base64 | static |
encodeObject(java.io.Serializable serializableObject) | com.graeff.pwencode.Base64 | static |
encodeObject(java.io.Serializable serializableObject, int options) | com.graeff.pwencode.Base64 | static |
encodeToFile(byte[] dataToEncode, String filename) | com.graeff.pwencode.Base64 | static |
GZIP | com.graeff.pwencode.Base64 | static |
NO_OPTIONS | com.graeff.pwencode.Base64 | static |
ORDERED | com.graeff.pwencode.Base64 | static |
URL_SAFE | com.graeff.pwencode.Base64 | static |