SubStream
from panda3d.core import SubStream
- class SubStream
Bases:
Bases:
iostreamCombined
ISubStreamandOSubStreamfor bidirectional I/O.Inheritance diagram
- __init__()
- __init__(nested: StreamWrapper, start: int, end: int, append: bool)
- open(nested: StreamWrapper, start: int, end: int, append: bool) SubStream
Starts the
SubStreamreading and writing from the indicated nested stream, within the indicated range. “end” is the first character outside of the range.If end is zero, it indicates that the
SubStreamwill continue until the end of the nested stream.
