C# 클래스 VW.Serializer.PrefixedJsonReader

A Json Reader allowing to prefix data from a wrapped JsonReader.
상속: Newtonsoft.Json.JsonReader
파일 보기 프로젝트 열기: NativoPlatform/vowpal_wabbit 1 사용 예제들

공개 메소드들

메소드 설명
Read ( ) : bool

Injects the supplied prefix into the stream.

비공개 메소드들

메소드 설명
PrefixedJsonReader ( JsonReader reader ) : Newtonsoft.Json

Initializes a new instance of PrefixedJsonReader.

메소드 상세

Read() 공개 메소드

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