Click or drag to resize

IBlockReader Methods

The IBlockReader type exposes the following members.

Methods
  NameDescription
Public methodClose
Close reader
Public methodRead
Read next token from state stream
Public methodReadBoolean
Read string integer
Public methodReadBooleans
Read a list of strings
Public methodReadDateTime
Read DateTime
Public methodReadDouble
Read double
Public methodReadDoubles
Read a list of doubles
Public methodReadInt
Read string integer
Public methodReadInts
Read a list of integers
Public methodReadString
Read string
Public methodReadStrings
Read a list of strings
Public methodReadTimeSpan
Read TimeSpan
Public methodSkip
Skip current element, moves beyond the ObjectEnd of the current section.
Top
See Also