FileBufferingWriteStream 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
Stream,會緩衝要寫入磁片的內容。 使用 DrainBufferAsync(Stream, CancellationToken) 將緩衝的內容寫入目標 Stream 。
public ref class FileBufferingWriteStream sealed : System::IO::Stream
public sealed class FileBufferingWriteStream : System.IO.Stream
type FileBufferingWriteStream = class
inherit Stream
Public NotInheritable Class FileBufferingWriteStream
Inherits Stream
- 繼承
-
FileBufferingWriteStream
建構函式
FileBufferingWriteStream(Int32, Nullable<Int64>, Func<String>) |
初始化 FileBufferingWriteStream 的新執行個體。 |
屬性
CanRead |
Stream,會緩衝要寫入磁片的內容。 使用 DrainBufferAsync(Stream, CancellationToken) 將緩衝的內容寫入目標 Stream 。 |
CanSeek |
Stream,會緩衝要寫入磁片的內容。 使用 DrainBufferAsync(Stream, CancellationToken) 將緩衝的內容寫入目標 Stream 。 |
CanWrite |
Stream,會緩衝要寫入磁片的內容。 使用 DrainBufferAsync(Stream, CancellationToken) 將緩衝的內容寫入目標 Stream 。 |
Length |
Stream,會緩衝要寫入磁片的內容。 使用 DrainBufferAsync(Stream, CancellationToken) 將緩衝的內容寫入目標 Stream 。 |
MemoryThreshold |
切換至磁片上的檔案之前,要配置的記憶體數量上限,以位元組為單位。 |
Position |
Stream,會緩衝要寫入磁片的內容。 使用 DrainBufferAsync(Stream, CancellationToken) 將緩衝的內容寫入目標 Stream 。 |