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