Package fabio :: Module fabioimage :: Class fabioStream
[hide private]
[frames] | no frames]

Class fabioStream

source code

StringIO.StringIO --+
                    |
                   fabioStream

just an interface providing the name anf mode property to a StringIO

BugFix for MacOSX

Instance Methods [hide private]
 
__init__(self, data, fname=None, mode='r') source code

Inherited from StringIO.StringIO: __iter__, close, flush, getvalue, isatty, next, read, readline, readlines, seek, tell, truncate, write, writelines

Method Details [hide private]

__init__(self, data, fname=None, mode='r')
(Constructor)

source code 
Overrides: StringIO.StringIO.__init__