Package com.norconex.commons.lang.io
Interface IInputStreamListener
- All Superinterfaces:
InputStreamListener
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@Deprecated(since="3.0.0")
@FunctionalInterface
public interface IInputStreamListener
extends InputStreamListener
Deprecated.
Listener that is being notified every time a chunk of bytes is processed from a given input stream.
Since 1.13.0, use InputStreamLineListener to listen to each line
being streamed from text files.
Should not be considered thread safe.
- See Also:
-
Method Summary
Methods inherited from interface com.norconex.commons.lang.io.InputStreamListener
streamed
InputStreamListenerinstead.