public interface ScannerVisitor
| Modifier and Type | Method and Description |
|---|---|
void |
visit(InputStream file)
Visit the file.
|
void visit(InputStream file) throws IOException
file - the fileIOException - IO exception while working with the file stream.Copyright © 2018. All rights reserved.