IStreamWrapper¶
from panda3d.core import IStreamWrapper
-
class
IStreamWrapper
¶ Bases:
StreamWrapperBase
This class provides a locking wrapper around an arbitrary istream pointer. A thread may use this class to perform an atomic seek/read/gcount operation.
Inheritance diagram