E
- 2D matrix element typepublic interface Matrix2DReader<E>
Matrix2D<E> read(File file) throws IOException
file
- file to read from, must not be nullIOException
- if an IO error occursMatrix2D<E> read(URL url) throws IOException
url
- URL to read from, must not be nullIOException
- if an IO error occursMatrix2D<E> read(InputStream inputStream) throws IOException
inputStream
- input stream to read from, must not be nullIOException
- if an IO error occursCopyright (c) 2008-2013 held jointly by the individual authors. Licensed under the GNU Lesser General Public License (LGPL).