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)
- character-based output stream ×1
Instances (2)
- System.IO.BufferedStream
- java.io.PrintWriter via concept surface "character-based output stream"