ch.javasoft.jsmat
Class ReservedComplexWriter
java.lang.Object
ch.javasoft.jsmat.ReservedWriter
ch.javasoft.jsmat.ReservedComplexWriter
public class ReservedComplexWriter
- extends ReservedWriter
Writer to write complex reserved variables such as structs. Complex
reserved variables nest other variables, which are finally matrices.
- See Also:
ReservedWriter,
ReservedMatrixWriter
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReservedComplexWriter
protected ReservedComplexWriter(ReservedComplexWriter complexWriter,
MatReserved reserved)
- Constructor to write to complex types, such as structs.
- Parameters:
complexWriter - the writer for the complex typereserved - the reserved variable of the nested type, e.g. a
field of a struct
ReservedComplexWriter
protected ReservedComplexWriter(MatWriter<? extends DataOutput> writer,
MatReserved reserved)
- Constructor to write to top-level variables.
- Parameters:
writer - the mat writer, e.g. writing a matlab filereserved - the reserved variable