Try OpenEdge Now
ABL Reference
Class Properties and Methods Reference
:
Close( ) method (IO)
Close( ) method (IO)
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
Close( )
Notes
If you override this method to perform additional clean up tasks, you should set the
Closed
property to TRUE or call
SUPER:Close( )
to get the default behavior.
See also
Closed property