Xojo.IO.TextInputStream.Close
From Xojo Documentation
Method
Closes the stream. The stream is also closed automatically when it goes out of scope.
Exceptions
- IOException if the stream is not open.
Sample Code
inputStream.Close
Closes the stream. The stream is also closed automatically when it goes out of scope.