|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.io.OutputStream
java.io.FilterOutputStream
com.sun.mail.util.BASE64EncoderStream
com.sun.mail.util.BEncoderStream
public class BEncoderStream
This class implements a 'B' Encoder as defined by RFC2047 for encoding MIME headers. It subclasses the BASE64EncoderStream class.
Field Summary |
---|
Fields inherited from class java.io.FilterOutputStream |
---|
out |
Constructor Summary | |
---|---|
BEncoderStream(java.io.OutputStream out)
Create a 'B' encoder that encodes the specified input stream. |
Method Summary | |
---|---|
static int |
encodedLength(byte[] b)
Returns the length of the encoded version of this byte array. |
Methods inherited from class com.sun.mail.util.BASE64EncoderStream |
---|
close, encode, flush, write, write, write |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BEncoderStream(java.io.OutputStream out)
out
- the output streamMethod Detail |
---|
public static int encodedLength(byte[] b)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |