Package com.norconex.commons.lang.io
Class RegexInputStreamFilter
java.lang.Object
com.norconex.commons.lang.io.RegexInputStreamFilter
Filters lines of text read from an InputStream decorated with
FilteredInputStream, based on a given regular expression.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionRegexInputStreamFilter(String regex) Constructor.RegexInputStreamFilter(Pattern pattern) Constructor. -
Method Summary