public interface CloseHandler
A handler which is called when the InputStream.close() or
OutputStream.close() method is called.
| Modifier and Type | Method and Description |
|---|---|
void |
closed()
Informs the handler that a stream was closed.
|
void closed()
throws IOException
Informs the handler that a stream was closed.
IOException - If an I/O error occurs.Copyright © 2015–2019. All rights reserved.