Click or drag to resize

IDataIO Interface

Represents a stream of data.

Namespace: Demo3D.IO
Assembly: Demo3D.IO (in Demo3D.IO.dll) Version: 19.00.00
Syntax
C#
public interface IDataIO

The IDataIO type exposes the following members.

Properties
 NameDescription
Public propertyIsFixed Returns true if this is a fixed size data source.
Public propertyLength Returns the current length of the data.
Public propertyPosition Returns the current position in the data.
Public propertyRemaining Returns the remaining data/space available. (Always 0 for an expandable buffer.)
Top
Methods
 NameDescription
Public methodAdvance Advances the current data position..
Top
See Also