Close( ) method (IO)
- Last Updated: October 30, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
Closes the stream and sets the Closed property of the stream object to
TRUE.
Return type: VOID
Access: PUBLIC
Applies to: Progress.IO.InputStream class, Progress.IO.OutputStream class
Syntax
|
Notes
- If you override this method to perform additional clean up tasks, you should set the
Closedproperty to TRUE or callSUPER:Close( )to get the default behavior.