Package com.norconex.commons.lang.io
Interface IInputStreamFilter
- All Known Implementing Classes:
RegexInputStreamFilter
public interface IInputStreamFilter
Filters lines of text read from an InputStream decorated with
FilteredInputStream.- Author:
- Pascal Essiembre
-
Method Summary
-
Method Details
-
accept
Whether a line is "accepted" or not. An accepted line is being returned when read.- Parameters:
line- line being read- Returns:
trueif line is accepted
-