C# Class VW.Serializer.PrefixedJsonReader

A Json Reader allowing to prefix data from a wrapped JsonReader.
Inheritance: Newtonsoft.Json.JsonReader
显示文件 Open project: NativoPlatform/vowpal_wabbit Class Usage Examples

Public Methods

Method Description
Read ( ) : bool

Injects the supplied prefix into the stream.

Private Methods

Method Description
PrefixedJsonReader ( JsonReader reader ) : Newtonsoft.Json

Initializes a new instance of PrefixedJsonReader.

Method Details

Read() public method

Injects the supplied prefix into the stream.
public Read ( ) : bool
return bool