Package org.scictrl.mp.orbitcorrect
Interface IMultipleFileReader
- All Known Implementing Classes:
MADInterpreter
public interface IMultipleFileReader
Interface that support reading of arrays of file.
- Author:
- igor@scictrl.com
-
Method Summary
-
Method Details
-
open
Open files, specified by file array.- Parameters:
file
- java.io.File[]- Throws:
DataBushException
- if any.
-
open
Open files, specified by URL array.- Parameters:
files
- java.net.URL[]- Throws:
DataBushException
- if any.
-