|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.io.InputStream
com.imagero.uio.io.Base64DInputStream
InputStream for decoding data from base64 encoded String array
| Field Summary | |
protected byte[] |
buffer
|
| Constructor Summary | |
Base64DInputStream(java.lang.String[] s)
|
|
| Method Summary | |
protected void |
next()
switch to next String |
int |
read()
decode next byte |
| Methods inherited from class java.io.InputStream |
available, close, mark, markSupported, read, read, reset, skip |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected byte[] buffer
| Constructor Detail |
public Base64DInputStream(java.lang.String[] s)
| Method Detail |
public int read()
throws java.io.IOException
java.io.IOException
protected void next()
throws java.io.IOException
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||