- java.lang.Object
-
- java.io.OutputStream
-
- java.io.FilterOutputStream
-
- com.sun.mail.util.BASE64EncoderStream
-
- com.sun.mail.util.BEncoderStream
-
- All Implemented Interfaces:
java.io.Closeable
,java.io.Flushable
,java.lang.AutoCloseable
public class BEncoderStream extends BASE64EncoderStream
This class implements a 'B' Encoder as defined by RFC2047 for encoding MIME headers. It subclasses the BASE64EncoderStream class.- Author:
- John Mani
-
-
Constructor Summary
Constructors Constructor Description BEncoderStream(java.io.OutputStream out)
Create a 'B' encoder that encodes the specified input stream.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static int
encodedLength(byte[] b)
Returns the length of the encoded version of this byte array.
-