ITextStreamFactory Description interface Tinman.Core.IO.Streams.ITextStreamFactory Extended by IDataStreamOps Base interface for classes that can produce ITextStream objects. Public / Methods ToTextStream [OwnerReturn] [OwnerThis] public method ToTextStream → (1) encoding in : CharacterEncoding [not-null] The character encoding to use. returns → ITextStream The data stream. Creates a ITextStream from the data of this object. ITextStream ITransferable