public class Base64Encoder extends java.lang.Object implements Encoder
Encoder implementation for standard base64 encoding.
Base64Decoder| Constructor and Description |
|---|
Base64Encoder() |
| Modifier and Type | Method and Description |
|---|---|
void |
encode(java.io.OutputStream stream,
java.nio.ByteBuffer buffer)
Encodes up to
buffer.remaining() bytes into the given input stream,
from the given buffer. |
public void encode(java.io.OutputStream stream,
java.nio.ByteBuffer buffer)
throws java.io.IOException
Encoderbuffer.remaining() bytes into the given input stream,
from the given buffer.Copyright © 2018. All Rights Reserved.