Returns the next character in the filtered stream, only including lines from the original stream which match all of the specified regular expressions. @return the next character in the resulting stream, or -1 if the end of the resulting stream has been reached @exception IOException if the underly
()