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

Class FileInputStream

source code

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

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

Inherited from wx._core.InputStream: CanRead, Eof, GetC, LastRead, Peek, SeekI, TellI, Ungetch, __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, name)
(Constructor)

source code 

__init__(self, PyObject p) -> InputStream

Overrides: object.__init__
(inherited documentation)

__del__(self)
(Destructor)

source code 
Overrides: wx._core.InputStream.__del__