E - 3D matrix element typepublic abstract class AbstractTextMatrix3DReader<E> extends AbstractMatrix3DReader<E>
slices\trows\tcolumns\tcardinality
and each additional line should be formatted as slice\trow\tcolumn\tvalue.| Constructor and Description |
|---|
AbstractTextMatrix3DReader() |
| Modifier and Type | Method and Description |
|---|---|
Matrix3D<E> |
read(InputStream inputStream)
Read a 3D matrix from the specified input stream.
|
createMatrix3D, parse, read, readpublic final Matrix3D<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).