Writeable
Interface Writeable

Method PrototypeDescription
Property WriteError As Boolean (read only)True if an error has occurred while writing to the file, otherwise False.
Sub Flush()Clears and saves the contents of the stream to disk.
Sub Write( data As String )Writes data to the output stream.


This interface is implemented by objects that support serial writing of data.

Framework classes that implement Writeable include TextOutputStream and BinaryStream.