DataReaderLazy Class |
At most BufferSize time steps are stored in the result data object, hence if reading more than BufferSize number of time steps, the first read time step are removed again (based on reading, not on access).
Namespace: DHI.Mike1D.ResultDataAccess
The DataReaderLazy type exposes the following members.
Name | Description | |
---|---|---|
DataReaderLazy | Initializes a new instance of the DataReaderLazy class |
Name | Description | |
---|---|---|
BufferSize |
Size of lazy buffer, maximum number of time steps in memory
|
Name | Description | |
---|---|---|
Close | ||
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
Read | ||
ReadData | ||
ReadHeader(IDiagnostics) | ||
ReadHeader(Boolean, IDiagnostics) | ||
ReadTimeStep | ||
ToString | Returns a string that represents the current object. (Inherited from Object.) |