ch.javasoft.jsmat
Interface VariableWriter


public interface VariableWriter

A VariableWriter is created from a MatWriter to write single variables to the mat file. The data output object is created when the variable writer is opened. To complete writing of the variable, the writer instance has to be closed.


Method Summary
 void close()
          Completes writing of the variable and closes this variable writer
 DataOutput open()
          Opens this variable writer and returns the data output object to write to
 

Method Detail

open

DataOutput open()
                throws IOException
Opens this variable writer and returns the data output object to write to

Throws:
IOException

close

void close()
           throws IOException
Completes writing of the variable and closes this variable writer

Throws:
IOException