Module brewcompressedimage :: Class MemoryInputStream
[hide private]
[frames] | no frames]

Class MemoryInputStream

source code

          object --+    
                   |    
wx._core.InputStream --+
                       |
                      MemoryInputStream

Instance Methods [hide private]
 
__init__(self, data)
__init__(self, PyObject p) -> InputStream
source code

Inherited from wx._core.InputStream: CanRead, Eof, GetC, LastRead, Peek, SeekI, TellI, Ungetch, __del__, __repr__, __swig_destroy__, close, eof, flush, read, readline, readlines, seek, tell

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

Properties [hide private]

Inherited from wx._core.InputStream: thisown

Inherited from object: __class__

Method Details [hide private]

__init__(self, data)
(Constructor)

source code 

__init__(self, PyObject p) -> InputStream

Overrides: object.__init__
(inherited documentation)