|
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
public class 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
available in class InputStreamIOException
public void close()
throws IOException
close in interface Closeableclose in class InputStreamIOExceptionpublic void mark(int readLimit)
mark in class InputStreampublic boolean markSupported()
markSupported in class InputStream
public int read()
throws IOException
read in class InputStreamIOException
|
JXTA J2SE | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||