com.sun.mail.util
Class BEncoderStream
java.lang.Object
java.io.OutputStream
java.io.FilterOutputStream
com.sun.mail.util.BASE64EncoderStream
com.sun.mail.util.BEncoderStream
- All Implemented Interfaces:
- Closeable, Flushable
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
Method Summary |
static int |
encodedLength(byte[] b)
Returns the length of the encoded version of this byte array. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BEncoderStream
public BEncoderStream(OutputStream out)
- Create a 'B' encoder that encodes the specified input stream.
- Parameters:
out
- the output stream
encodedLength
public static int encodedLength(byte[] b)
- Returns the length of the encoded version of this byte array.
Copyright © 2011 Sun Microsystems, Inc.. All Rights Reserved.