FileBufferingReadStream.Length 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
到目前为止,从流中读取和缓冲的总字节数,在流完全缓冲之前,它不会表示完整的数据长度。 例如,使用 stream.DrainAsync()
。
public:
virtual property long Length { long get(); };
public override long Length { get; }
member this.Length : int64
Public Overrides ReadOnly Property Length As Long