istream
from panda3d.core import istream
- class istream
Bases:
basic_ios_char
Inheritance diagram
- __init__(*args, **kwargs)
- get()
C++ Interface: get(const istream self)
- read()
C++ Interface: read(const istream self, int size)
- read1()
C++ Interface: read1(const istream self, int size)
- readall()
C++ Interface: readall(const istream self)
- readinto()
C++ Interface: readinto(const istream self, object b)
- readline()
C++ Interface: readline(const istream self, int size)
- readlines()
C++ Interface: readlines(const istream self, int hint)
- seekg()
C++ Interface: seekg(const istream self, long pos) seekg(const istream self, long off, int dir)
- tellg()
C++ Interface: tellg(const istream self)
- upcastToBasicIosChar()
C++ Interface: upcast_to_basic_ios_char(const istream self)
upcast from istream to basic_ios< char >
- upcast_to_basic_ios_char()
C++ Interface: upcast_to_basic_ios_char(const istream self)
upcast from istream to basic_ios< char >