Internal
Represents a stream interface for file output operations. Provides methods to write data, flush buffered data, and close the stream.
This is a private interface which is not accessible in the window object.
Closes the output stream and releases any associated resources.
Flushes any buffered data to the underlying file or output destination.
Writes a single byte to the output stream.
The byte value to write.
Represents a stream interface for file output operations. Provides methods to write data, flush buffered data, and close the stream.
This is a private interface which is not accessible in the window object.