This documentation differs from the official API. Jadeite adds extra features to the API including: variable font sizes, constructions examples, placeholders for classes and methods, and auto-generated “See Also” links. Additionally it is missing some items found in standard Javadoc documentation, including: generics type information, “Deprecated” tags and comments, “See Also” links, along with other minor differences. Please send any questions or feedback to bam@cs.cmu.edu.


com.sun.mail.util
class BEncoderStream

com.sun.mail.util.BASE64EncoderStream extended by com.sun.mail.util.BEncoderStream

public class BEncoderStream
extends BASE64EncoderStream

This class implements a 'B' Encoder as defined by RFC2047 for encoding MIME headers. It subclasses the BASE64EncoderStream class.


Constructor Summary

          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
 

Constructor Detail

BEncoderStream

public BEncoderStream(OutputStream out)
Create a 'B' encoder that encodes the specified input stream.

Parameters:
out - the output stream
Method Detail

encodedLength

public static int encodedLength(byte[] b)
Returns the length of the encoded version of this byte array.

Parameters:
b


This documentation differs from the official API. Jadeite adds extra features to the API including: variable font sizes, constructions examples, placeholders for classes and methods, and auto-generated “See Also” links. Additionally it is missing some items found in standard Javadoc documentation, including: generics type information, “Deprecated” tags and comments, “See Also” links, along with other minor differences. Please send any questions or feedback to bam@cs.cmu.edu.
This page displays the Jadeite version of the documention. The official Sun™ documentation can be found here at http://java.sun.com/products/javamail/javadocs/index.html.