Click or drag to resize
EmberReader Methods

The EmberReader type exposes the following members.

Methods
  NameDescription
Public methodCopy
Reads the current data value and writes it to writer.
Public methodCopyToEndContainer
Reads data and writes it to writer until the end of the current container is reached.
Public methodDispose
Releases all resources used by the current instance of the EmberWriter class.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodRead
Advances the reader to the next data value in the stream.
Public methodReadContentsAsBoolean
Reads the contents of the current data value as a Boolean.
Public methodReadContentsAsByteArray
Reads the contents of the current data value as a Byte array.
Public methodReadContentsAsDouble
Reads the contents of the current data value as a Double.
Public methodReadContentsAsInt32Array
Reads the contents of the current data value as an Int32 array.
Public methodReadContentsAsInt64
Reads the contents of the current data value as a Int64.
Public methodReadContentsAsObject
Reads the contents of the current data value.
Public methodReadContentsAsString
Reads the contents of the current data value as a String.
Public methodSkip
Skips the contents of the current data value.
Public methodSkipToEndContainer
Skips to the end of the current container.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Bibliography
See Also