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.20040428.rpd on Tue Apr 26 14:25:11 2005 http://epydoc.sf.net