|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.io.InputStream
java.io.FilterInputStream
net.spy.util.ByteConverionInputStream
net.spy.util.Base64InputStream
public class Base64InputStream
A filter stream for decoding Base64 data on an InputStream.
| Field Summary |
|---|
| Fields inherited from class java.io.FilterInputStream |
|---|
in |
| Constructor Summary | |
|---|---|
Base64InputStream(java.io.InputStream is)
Get a new Base64InputStream decoding the given InputStream. |
|
| Method Summary | |
|---|---|
int |
available()
Return the number of bytes that may be read without blocking. |
int |
read()
Get the next decoded byte in this stream. |
| Methods inherited from class net.spy.util.ByteConverionInputStream |
|---|
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 Base64InputStream(java.io.InputStream is)
| Method Detail |
|---|
public int read()
throws java.io.IOException
read in class java.io.FilterInputStreamjava.io.IOException
public int available()
throws java.io.IOException
available in class java.io.FilterInputStreamjava.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||