public abstract class Base64Encoder extends Object
Constructor and Description |
---|
Base64Encoder() |
Modifier and Type | Method and Description |
---|---|
abstract String |
encode(byte[] bytes) |
static Base64Encoder |
getInstance() |
abstract String |
getType() |
static String |
type() |
public static Base64Encoder getInstance()
public static String type()
public abstract String encode(byte[] bytes)
public abstract String getType()
Copyright © 2016. All rights reserved.