|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.exolab.castor.util.MimeBase64Encoder
Byte to text encoder using base 64 encoding. To create a base 64
encoding of a byte stream call translate(byte[]) for every
sequence of bytes and getCharArray() to mark closure of
the byte stream and retrieve the text presentation.
| Constructor Summary | |
|---|---|
MimeBase64Encoder()
|
|
| Method Summary | |
|---|---|
char[] |
getCharArray()
|
void |
translate(byte[] in)
Given a sequence of input bytes, produces a sequence of output bytes using the base64 encoding. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public MimeBase64Encoder()
| Method Detail |
public final void translate(byte[] in)
public char[] getCharArray()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||