|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.io.OutputStream
java.io.FilterOutputStream
gnu.mail.util.Base64OutputStream
gnu.mail.util.BOutputStream
public class BOutputStream
Provides RFC 2047 "B" transfer encoding. See section 4.1.
| Field Summary |
|---|
| Fields inherited from class java.io.FilterOutputStream |
|---|
out |
| Constructor Summary | |
|---|---|
BOutputStream(java.io.OutputStream out)
|
|
| Method Summary | |
|---|---|
static int |
encodedLength(byte[] bytes)
|
| Methods inherited from class gnu.mail.util.Base64OutputStream |
|---|
close, 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 BOutputStream(java.io.OutputStream out)
| Method Detail |
|---|
public static int encodedLength(byte[] bytes)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||