public class Base64Factory
extends java.lang.Object
Base64
instances.
The class will try to load an implementation of Base64
using the ServiceLoader
, if no implementation is found it will use the default implementation JDKBase64
.
Note: The class should be limited to internal use only, and users should not use it directly.
Constructor and Description |
---|
Base64Factory() |
Modifier and Type | Method and Description |
---|---|
static Base64 |
getInstance() |
public static Base64 getInstance()