|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.io.InputStream
java.io.FilterInputStream
gnu.mail.util.QPInputStream
gnu.mail.util.QInputStream
public class QInputStream
Provides RFC 2047 "B" transfer encoding. See section 4.2:
The "Q" encoding is similar to the "Quoted-Printable" content- transfer-encoding defined in RFC 2045. It is designed to allow text containing mostly ASCII characters to be decipherable on an ASCII terminal without decoding.
| Field Summary |
|---|
| Fields inherited from class gnu.mail.util.QPInputStream |
|---|
buf, spaceCount |
| Fields inherited from class java.io.FilterInputStream |
|---|
in |
| Constructor Summary | |
|---|---|
QInputStream(java.io.InputStream in)
Constructor. |
|
| Method Summary | |
|---|---|
int |
read()
Read a character. |
| Methods inherited from class gnu.mail.util.QPInputStream |
|---|
available, markSupported, read |
| Methods inherited from class java.io.FilterInputStream |
|---|
close, mark, read, reset, skip |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public QInputStream(java.io.InputStream in)
in - the underlying input stream.| Method Detail |
|---|
public int read()
throws java.io.IOException
read in class QPInputStreamjava.io.IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||