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

interface ICopyable in Tinman.Core.IO.Streams

Base interface for classes that can copy binary data.

interface ICopyable with <in T> as ICopyable<T>
  base of IDataStream
  ITextStream

Methods

CopyFrom

Copies all remaining data in the given object to this object.

method CopyFrom (T stream)
params stream [not-null] The object.

CopyTo

Copies all remaining data in this object to the given object.

method CopyTo (T stream)
params stream [not-null] The object.