@FunctionalInterface
public static interface NonshareableDoubleBufferedDataInputStream.FileClosedListener
Modifier and Type | Method and Description |
---|---|
void |
fileClosedAtEOF(java.io.InputStream inputStream,
NonshareableDoubleBufferedDataInputStream stream,
java.lang.Object context)
Notify the listener that the file-reading thread has reached the end-of-file.
|
void fileClosedAtEOF(java.io.InputStream inputStream, NonshareableDoubleBufferedDataInputStream stream, java.lang.Object context)
inputStream
- wrapped InputStream that was just closedstream
- this streamcontext
- the Object that was registered with the listener instance