WriteOnlyStream 类

定义

注意

The WriteOnlyStream is obsolete and will be removed in a future release.

Stream 允许写入的 。

public ref class WriteOnlyStream abstract : System::IO::Stream
public abstract class WriteOnlyStream : System.IO.Stream
[System.Obsolete("The WriteOnlyStream is obsolete and will be removed in a future release.")]
public abstract class WriteOnlyStream : System.IO.Stream
type WriteOnlyStream = class
    inherit Stream
[<System.Obsolete("The WriteOnlyStream is obsolete and will be removed in a future release.")>]
type WriteOnlyStream = class
    inherit Stream
Public MustInherit Class WriteOnlyStream
Inherits Stream
继承
WriteOnlyStream
派生
属性

构造函数

WriteOnlyStream()
已过时.

Stream 允许写入的 。

属性

CanRead
已过时.

Stream 允许写入的 。

CanSeek
已过时.

Stream 允许写入的 。

CanWrite
已过时.

Stream 允许写入的 。

Length
已过时.

Stream 允许写入的 。

Position
已过时.

Stream 允许写入的 。

ReadTimeout
已过时.

Stream 允许写入的 。

方法

Read(Byte[], Int32, Int32)
已过时.

Stream 允许写入的 。

ReadAsync(Byte[], Int32, Int32, CancellationToken)
已过时.

Stream 允许写入的 。

ReadAsync(Memory<Byte>, CancellationToken)
已过时.

Stream 允许写入的 。

Seek(Int64, SeekOrigin)
已过时.

Stream 允许写入的 。

SetLength(Int64)
已过时.

Stream 允许写入的 。

适用于