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)

Generated by Epydoc 2.1.20050511.rpd on Sun Mar 26 10:03:53 2006 http://epydoc.sf.net