|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface InputStreamHandler
Utility interface for any class that wants to customize handling of an
InputStream.
| Method Summary | |
|---|---|
void |
handleInputStream(InputStream is)
Handles the specified InputStream. |
| Method Detail |
|---|
void handleInputStream(InputStream is)
throws IOException
InputStream. Implementors of this
method MUST call close on the InputStream when they are
done processing it.
is - The InputStream to handle.
IOException - If there's a read error reading from the stream or
an output error while handling it.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||