Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
Keyczar
Util
WebSafeBase64ByteConverter.RawJsonReader
C# Class Keyczar.Util.WebSafeBase64ByteConverter.RawJsonReader
Raw json reader
Inheritance:
Newtonsoft.Json.JsonTextReader
显示文件
Open project: jbtule/keyczar-dotnet
Public Methods
Method
Description
RawJsonReader
(
TextReader
reader
) :
System
Initializes a new instance of the
RawJsonReader
class.
Method Details
RawJsonReader()
public
method
Initializes a new instance of the
RawJsonReader
class.
public
RawJsonReader
(
TextReader
reader
) :
System
reader
System.IO.TextReader
The reader.
return
System