Package wx :: Class InputStream
[frames | no frames]

Type InputStream

object --+
         |
        InputStream


Proxy of C++ InputStream class


Method Summary
InputStream __init__(self, p)
  __del__(self)
  __repr__(self)
bool CanRead(self)
  close(self)
bool Eof(self)
bool eof(self)
  flush(self)
char GetC(self)
size_t LastRead(self)
char Peek(self)
PyObject read(self, size)
PyObject readline(self, size)
PyObject readlines(self, sizehint)
  seek(self, offset, whence)
long SeekI(self, pos, mode)
int tell(self)
long TellI(self)
bool Ungetch(self, c)
    Inherited from object
  __delattr__(...)
x.__delattr__('name') <==> del x.name
  __getattribute__(...)
x.__getattribute__('name') <==> x.name
  __hash__(x)
Return hash(x)...
  __new__(T, S, ...)
Return a new object with type S, a subtype of T...
  __reduce__(...)
helper for pickle
  __reduce_ex__(...)
helper for pickle
  __setattr__(...)
x.__setattr__('name', value) <==> x.name = value
  __str__(x)
Return str(x)...

Generated by Epydoc 2.1.20050511.rpd on Sat Jun 16 17:01:13 2007 http://epydoc.sf.net