PoolingStreamBufferWriter Structure
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Implémentation de pour l’écriture IBufferWriter<T> dans un Stream, à l’aide de tableaux mis en pool comme mémoire tampon intermédiaire.
public struct PoolingStreamBufferWriter : IDisposable, System.Buffers.IBufferWriter<byte>
type PoolingStreamBufferWriter = struct
interface IBufferWriter<byte>
interface IDisposable
Public Structure PoolingStreamBufferWriter
Implements IBufferWriter(Of Byte), IDisposable
- Héritage
-
PoolingStreamBufferWriter
- Implémente
Méthodes
Advance(Int32) |
Implémentation de pour l’écriture IBufferWriter<T> dans un Stream, à l’aide de tableaux mis en pool comme mémoire tampon intermédiaire. |
Dispose() |
Implémentation de pour l’écriture IBufferWriter<T> dans un Stream, à l’aide de tableaux mis en pool comme mémoire tampon intermédiaire. |
GetMemory(Int32) |
Implémentation de pour l’écriture IBufferWriter<T> dans un Stream, à l’aide de tableaux mis en pool comme mémoire tampon intermédiaire. |
GetSpan(Int32) |
Implémentation de pour l’écriture IBufferWriter<T> dans un Stream, à l’aide de tableaux mis en pool comme mémoire tampon intermédiaire. |