|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Sink
Represents a place to which bytes can be sent.
| Method Summary | |
|---|---|
void |
close(OutputStream out)
Closes the given stream. |
OutputStream |
getOutputStream()
Returns a new output stream on the sink. |
| Method Detail |
|---|
OutputStream getOutputStream()
throws IOException
IOExceptionvoid close(OutputStream out)
out - Stream returned by getOutputStream(). May be null.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||