Interface IOUtils.ReaderProcessor

  • Enclosing class:
    IOUtils

    public static interface IOUtils.ReaderProcessor
    Closure interface used when working with IOUtils#processReader(String). Each time a line is encountered the object that implements this interface will be invoked.
    Author:
    ayates
    • Method Detail

      • process

        void process​(java.lang.String line)
              throws java.io.IOException
        Throws:
        java.io.IOException