public interface AVScanner
Modifier and Type | Method and Description |
---|---|
AVScannerResult |
scan(java.io.InputStream in)
Send this data which is presented in the format of an InputStream to the
scanner to be scanned.
|
AVScannerResult scan(java.io.InputStream in) throws AVScannerException
in
- The data to be scanned in the format of an InputStreamAVScannerException