public interface OutputHandler
| Modifier and Type | Method and Description |
|---|---|
boolean |
found(java.io.File file,
java.io.InputStream content)
Reports a file that matched.
|
boolean found(java.io.File file,
java.io.InputStream content)
throws java.io.IOException
file - The filename associated with the streamcontent - An InputStream which allows to access the
content of the file.java.io.IOException - If the file cannot be read.