|
Project JXTA | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.io.InputStream
net.jxta.impl.util.BASE64InputStream
An InputStream implementation which decodes BASE64 encoded
data from a text Reader.
{@see IETF RFC 2045 MIME : Format of Internet Message Bodies}.| Constructor Summary | |
BASE64InputStream(Reader source)
Construct InputStream given a source of BASE64 encoded text. |
|
| Method Summary | |
int |
available()
|
void |
close()
|
void |
mark(int readLimit)
|
boolean |
markSupported()
|
int |
read()
|
| Methods inherited from class java.io.InputStream |
read, read, reset, skip |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public BASE64InputStream(Reader source)
| Method Detail |
public int available()
throws IOException
IOException
public void close()
throws IOException
IOExceptionpublic void mark(int readLimit)
public boolean markSupported()
public int read()
throws IOException
IOException
|
JXTA J2SE | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||