IBlockReader Interface

Interface for a block reader

Definition

Namespace: DHI.Mike1D.ModelState
Assembly: DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public interface IBlockReader

Properties

TokenName Name of current token.
TokenType Type of current token

Methods

Close Close reader
Read Read next token from state stream
ReadBoolean Read string integer
ReadBooleans Read a list of strings
ReadDateTime Read DateTime
ReadDouble Read double
ReadDoubles Read a list of doubles
ReadInt Read string integer
ReadInts Read a list of integers
ReadString Read string
ReadStrings Read a list of strings
ReadTimeSpan Read TimeSpan
Skip Skip current element, moves beyond the ObjectEnd of the current section.

See Also