buffered stream

C53241 concept

A buffered stream is a data stream wrapper that temporarily stores input or output in an in-memory buffer to reduce the number of direct, often costly, read/write operations to the underlying source or destination.

Observed surface forms (1)

Instances (2)