C# Class VW.Serializer.PrefixedJsonReader

A Json Reader allowing to prefix data from a wrapped JsonReader.
Inheritance: Newtonsoft.Json.JsonReader
Afficher le fichier Open project: NativoPlatform/vowpal_wabbit Class Usage Examples

Méthodes publiques

Méthode Description
Read ( ) : bool

Injects the supplied prefix into the stream.

Private Methods

Méthode Description
PrefixedJsonReader ( JsonReader reader ) : Newtonsoft.Json

Initializes a new instance of PrefixedJsonReader.

Method Details

Read() public méthode

Injects the supplied prefix into the stream.
public Read ( ) : bool
Résultat bool