Interface IMultipleFileReader

All Known Implementing Classes:
MADInterpreter

public interface IMultipleFileReader
Interface that support reading of arrays of file.
Author:
igor@scictrl.com
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    open(File[] file)
    Open files, specified by file array.
    void
    open(URL[] files)
    Open files, specified by URL array.