IStreamWrapper

from panda3d.core import IStreamWrapper
class IStreamWrapper

Bases:

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

Inheritance diagram of IStreamWrapper

__init__(stream: istream)
getIstream() istream

Returns the istream this object is wrapping.

property istream istream

Returns the istream this object is wrapping.