StreamWrapper

from panda3d.core import StreamWrapper
class StreamWrapper

Bases:

Bases: IStreamWrapper, OStreamWrapper

This class provides a locking wrapper around a combination ostream/istream pointer.

Inheritance diagram

Inheritance diagram of StreamWrapper

__init__(stream: iostream)
getIostream() iostream

Returns the iostream this object is wrapping.

property iostream iostream

Returns the iostream this object is wrapping.