Xojo.IO.TextInputStream.Constructor(handle As Ptr, type As HandleTypes, encoding As TextEncoding)
From Xojo Documentation
Constructor
Xojo.IO.TextInputStream.Constructor(handle As Ptr, type As Xojo.IO.HandleTypes, encoding As Xojo.Core.TextEncoding)
Creates a new TextInputStream based on the handle that was passed.
Exceptions
- IOException if the handle is invalid or the type does not match the handle.