IDataIO Interface |
Namespace: Demo3D.IO
public interface IDataIO
The IDataIO type exposes the following members.
| Name | Description | |
|---|---|---|
| IsFixed |
Returns true if this is a fixed size data source.
| |
| Length |
Returns the current length of the data.
| |
| Position |
Returns the current position in the data.
| |
| Remaining |
Returns the remaining data/space available. (Always 0 for an expandable buffer.)
|