length property

length property

Gets or sets the stream length in bytes. This value is less than the Length by the starting stream position passed in the StreamContainer constructor.

Definition:

@property
def length(self):
    ...
@length.setter
def length(self, value):
    ...

See Also