Trees | Indices | Help |
|
---|
|
object --+ | _ReaderWriterContextManager --+ | FormatReader --+ | MaestroReader
A class for reading structures from a Maestro (M2io) format file.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from |
|
|||
read_mode = mm.M2IO_READ_FORWARD
|
|
|||
Inherited from |
|
Initialize the reader.
|
Returns the error handler by querying the m2io library and if the refcount is > 0 then return the error handler that is in use by m2io. Otherwise None is returned.
|
Set the file position to the given position. This raise an exception for zero size file. |
Return the next Structure object. If position is given, this will be honoured. Otherwise the current position is taken. This raise an exception for zero size file, reading structure beyond end of file indicator and m2io errors.
|
Return the next Structure object from the file. Set self.last_position to the file offset just before it was read.
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu Aug 6 04:50:47 2015 | http://epydoc.sourceforge.net |