C# 클래스 Thrift.Protocol.TJSONProtocol

상속: TProtocol
파일 보기 프로젝트 열기: abhinavkulkarni/topic-modeling 1 사용 예제들

공개 메소드들

메소드 설명
ReadByte ( ) : byte
WriteBinary ( byte bin ) : void
WriteByte ( byte b ) : void

보호된 메소드들

메소드 설명
ReadJSONSyntaxChar ( byte b ) : void

Read a byte that must match b[0]; otherwise an exception is thrown. Marked protected to avoid synthetic accessor in JSONListContext.Read and JSONPairContext.Read

비공개 메소드들

메소드 설명
GetTypeIDForTypeName ( byte name ) : TType
WriteJSONBase64 ( byte b ) : void

Write out contents of byte array b as a JSON string with base-64 encoded data

WriteJSONString ( byte b ) : void

Write the bytes in array buf as a JSON characters, escaping as needed

메소드 상세

ReadByte() 공개 메소드

public ReadByte ( ) : byte
리턴 byte

ReadJSONSyntaxChar() 보호된 메소드

Read a byte that must match b[0]; otherwise an exception is thrown. Marked protected to avoid synthetic accessor in JSONListContext.Read and JSONPairContext.Read
protected ReadJSONSyntaxChar ( byte b ) : void
b byte
리턴 void

WriteBinary() 공개 메소드

public WriteBinary ( byte bin ) : void
bin byte
리턴 void

WriteByte() 공개 메소드

public WriteByte ( byte b ) : void
b byte
리턴 void