Interface ScannerVisitor


  • public interface ScannerVisitor
    Visit a file found by a scanner.
    Author:
    Jiri Bubnik
    • Method Detail

      • visit

        void visit​(InputStream file)
            throws IOException
        Visit the file.
        Parameters:
        file - the file
        Throws:
        IOException - IO exception while working with the file stream.