Next: , Previous: Wide_Wide_Text_IO, Up: The Implementation of Standard I/O


8.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.