|
|||||||||||
| 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.UUInputStream
This class decodes uuencoded files.
| Field Summary |
| Fields inherited from class java.io.FilterInputStream |
in |
| Constructor Summary | |
UUInputStream(InputStream is)
Get a UUInputStream decoding the given InputStream. |
|
| Method Summary | |
int |
available()
Guess how many bytes are available. |
String |
getFilename()
Get the filename the uuencoded originally wanted. |
int |
getMode()
Get the mode the uuencoded stream originally wanted. |
static void |
main(String[] args)
Test UU decode. |
int |
read()
|
| 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 UUInputStream(InputStream is)
throws IOException
| Method Detail |
public String getFilename()
public int getMode()
public int read()
throws IOException
IOExceptionFilterInputStream
public int available()
throws IOException
IOException
public static void main(String[] args)
throws Exception
Exception
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||