- 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.