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
CLValueReader
Assembly: Casper.Network.SDK.dll
Syntax
public class CLValueReader
Constructors
|
Edit this page
View Source
CLValueReader(BinaryReader)
Declaration
public CLValueReader(BinaryReader reader)
Parameters
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
Returns