|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.twelvemonkeys.io.enc.Base64Encoder
public class Base64Encoder
Encoder implementation for standard base64 encoding.
Base64Decoder| Constructor Summary | |
|---|---|
Base64Encoder()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Base64Encoder()
| Method Detail |
|---|
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.
encode in interface Encoderstream - the output stream to encode data tobuffer - buffer to read data from
java.io.IOException - if an I/O error occurs
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||