TINMAN 3D / REALTIME TERRAIN
Software Development Kit - User Manual

interface ITextStreamFactory in Tinman.Core.IO.Streams

Base interface for classes that can produce ITextStream objects.

interface ITextStreamFactory base of IDataStreamOps

Methods

ToTextStream

Creates an ITextStream from the data of this object.

[OwnerReturn, OwnerThis]
method ToTextStream (CharacterEncoding encoding)
type ITextStream
params encoding [not-null] The character encoding to use.
returns [not-null] The data stream.