Casper.Network.SDK
Show / Hide Table of Contents

Class CLValueReader

Reads a CLValue from a binary stream given a CLTypeInfo descriptor. The caller is responsible for knowing the type layout of the stream; no type tag bytes are read.

Inheritance
object
CLValueReader
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Casper.Network.SDK.Types
Assembly: Casper.Network.SDK.dll
Syntax
public class CLValueReader

Constructors

| Edit this page View Source

CLValueReader(BinaryReader)

Declaration
public CLValueReader(BinaryReader reader)
Parameters
Type Name Description
BinaryReader reader

Methods

| Edit this page View Source

Read(CLTypeInfo)

Reads from the underlying stream the bytes that represent a value of the given type and returns a CLValue constructed from those bytes and the provided type info.

Declaration
public CLValue Read(CLTypeInfo typeInfo)
Parameters
Type Name Description
CLTypeInfo typeInfo
Returns
Type Description
CLValue
  • Edit this page
  • View Source
In this article
Back to top Maintained by MAKE Technology LLC