stream wrapper
C53240
concept
A stream wrapper is an abstraction layer that allows uniform access to different data sources (such as files, network connections, or memory buffers) through a common streaming interface.
Observed surface forms (1)
- ReadableStream wrapper ×1
Instances (3)
- System.IO.BufferedStream
- System.Net.Security.SslStream
- DecompressionStream via concept surface "ReadableStream wrapper"