JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
com.mchange.util
Interface Base64Encoder
public interface
Base64Encoder
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
byte[]
decode
(
String
b64text)
String
encode
(byte[] bytes)
Method Details
encode
String
encode
(byte[] bytes)
decode
byte[]
decode
(
String
b64text)
throws
Base64FormatException
Throws:
Base64FormatException