Next Previous Up Top Contents Index

5 The Streams Module

5.7 Using buffered streams

The Streams module provides efficient support for general use of buffered I/O. Most ordinary programmers using the module do not need to be concerned with buffering in most cases. When using buffered streams, the buffering is transparent, but programs requiring more control can access buffering functionality when appropriate. This section describes the available buffering functionality.

5.7.1 - Overview
5.7.2 - Useful types when using buffers

System and I/O Reference - 31 MAR 2000

Next Previous Up Top Contents Index