Interface IInputStreamFilter

    • Method Detail

      • accept

        boolean accept​(String line)
        Whether a line is "accepted" or not. An accepted line is being returned when read.
        Parameters:
        line - line being read
        Returns:
        true if line is accepted