Interface LineCallbackHandler


public interface LineCallbackHandler
Callback interface for handling a line from file. Useful e.g. for header processing.
Author:
Robert Kasanicky
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
  • Method Details

    • handleLine

      void handleLine(String line)