SciPy.org SciPy 0.6.0 API Documentation Generated by Endo, 2007-10-17

Base object for readers / getters from mat file streams

Attaches to initialized stream

Base class for "getters" - which do store state of what they are reading on itialization, and therefore need to be initialized before each read, and "readers" which do not store state, and only need to be initialized once on object creation

Implements common array reading functions

Inputs mat_steam - MatFileReader object

Method summary

Methods