The OutputStream type currently supports only the writing of a character string to a file. It is a placeholder for more general stream types. A stream is a collection that supports only sequential addition of members (an output stream) or sequential removal of members (an input stream).