public class QInputStream extends QPInputStream
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.
spaceCount
Constructor and Description |
---|
QInputStream(java.io.InputStream in)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
int |
read()
Read a character.
|
available, markSupported, read
public QInputStream(java.io.InputStream in)
in
- the underlying input stream.public int read() throws java.io.IOException
read
in class QPInputStream
java.io.IOException