Length property

  1. @override
int Length
Gets the length in bytes of the stream.

Implementation

@override
int get Length => throw new NotSupportedException();