Skip navigation links
B D E 

B

Base64Coder - Class in biz.source_code.base64Coder
A Base64 encoder/decoder.
biz.source_code.base64Coder - package biz.source_code.base64Coder
 

D

decode(String) - Static method in class biz.source_code.base64Coder.Base64Coder
Decodes a byte array from Base64 format.
decode(char[]) - Static method in class biz.source_code.base64Coder.Base64Coder
Decodes a byte array from Base64 format.
decode(char[], int, int) - Static method in class biz.source_code.base64Coder.Base64Coder
Decodes a byte array from Base64 format.
decodeLines(String) - Static method in class biz.source_code.base64Coder.Base64Coder
Decodes a byte array from Base64 format and ignores line separators, tabs and blanks.
decodeString(String) - Static method in class biz.source_code.base64Coder.Base64Coder
Decodes a string from Base64 format.

E

encode(byte[]) - Static method in class biz.source_code.base64Coder.Base64Coder
Encodes a byte array into Base64 format.
encode(byte[], int) - Static method in class biz.source_code.base64Coder.Base64Coder
Encodes a byte array into Base64 format.
encode(byte[], int, int) - Static method in class biz.source_code.base64Coder.Base64Coder
Encodes a byte array into Base64 format.
encodeLines(byte[]) - Static method in class biz.source_code.base64Coder.Base64Coder
Encodes a byte array into Base 64 format and breaks the output into lines of 76 characters.
encodeLines(byte[], int, int, int, String) - Static method in class biz.source_code.base64Coder.Base64Coder
Encodes a byte array into Base 64 format and breaks the output into lines.
encodeString(String) - Static method in class biz.source_code.base64Coder.Base64Coder
Encodes a string into Base64 format.
B D E 
Skip navigation links