Next Previous Up Top Contents Index

5 The Streams Module

5.6 Reading from and writing to streams

This section describes how you can read from or write to a stream. Note that it is an error to call any of these functions on a buffered stream while its buffer is held by another thread; see Section 5.7 on page 51 for details about buffered streams.

5.6.1 - Reading from streams
5.6.2 - Convenience functions for reading from streams
5.6.3 - Writing to streams
5.6.4 - Reading and writing by lines
5.6.5 - Querying streams
5.6.6 - Using file streams

System and I/O Reference - 31 MAR 2000

Next Previous Up Top Contents Index