Length property

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

Implementation

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