Package dap :: Package plugins :: Package matlab :: Module matfile :: Class matFile
[hide private]
[frames] | no frames]

Class matFile

source code

object --+
         |
        matFile

Instance Methods [hide private]
  __init__(self, name_or_file)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
  _isCompressed(self, raw_tag)
  _parse_Element(self, file=None)
Return type, data.
  _parse_data(self, data_bytes, type, numofbytes)
  _parse_matrix(self, strio)
  _parse_array_flags(self, strio)
  _parse_dimensions_array(self, strio)
  _parse_array_name(self, strio)
  GetNextArray(self)
  _GetNextSubArray(self, file)
  GetAllArrays(self)
  close(self)

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__


Properties [hide private]

Inherited from object: __class__


Method Details [hide private]

__init__(self, name_or_file)
(Constructor)

source code 
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
Overrides: object.__init__
(inherited documentation)

_isCompressed(self, raw_tag)

source code 
None

_parse_Element(self, file=None)

source code 
Return type, data.

_parse_data(self, data_bytes, type, numofbytes)

source code 
None

_parse_matrix(self, strio)

source code 
None

_parse_array_flags(self, strio)

source code 
None

_parse_dimensions_array(self, strio)

source code 
None

_parse_array_name(self, strio)

source code 
None

GetNextArray(self)

source code 
None

_GetNextSubArray(self, file)

source code 
None

GetAllArrays(self)

source code 
None

close(self)

source code 
None