| Constructor and Description |
|---|
Base64Encode(Codec sink) |
| Modifier and Type | Method and Description |
|---|---|
void |
flush() |
static byte[] |
transform(byte[] data) |
void |
update(byte c) |
void |
update(byte[] data,
int off,
int len) |
public Base64Encode(Codec sink)
public void update(byte[] data,
int off,
int len)
throws CodecException
update in interface CodecCodecExceptionpublic void update(byte c)
throws CodecException
update in interface CodecCodecExceptionpublic void flush()
throws CodecException
flush in interface CodecCodecExceptionpublic static byte[] transform(byte[] data)