Next: , Previous: , Up: The Implementation of Standard I/O   [Contents][Index]


11.8 Stream_IO

A stream file is a sequence of bytes, where individual elements are written to the file as described in the Ada Reference Manual. The type Stream_Element is simply a byte. There are two ways to read or write a stream file.