C# 클래스 BinTreeNodeReader, whatsapp-desktop-client

파일 보기 프로젝트 열기: sambulosenda/whatsapp-desktop-client 1 사용 예제들

공개 메소드들

메소드 설명
BinTreeNodeReader ( string dict ) : System
nextTree ( byte pInput = null ) : ProtocolTreeNode,

보호된 메소드들

메소드 설명
decode ( List &buffer, int stanzaSize ) : void
fillArray ( int len ) : byte[]
getToken ( int token ) : string
isListTag ( int token ) : bool
nextTreeInternal ( ) : ProtocolTreeNode,
peekInt16 ( int offset ) : int
peekInt24 ( int offset ) : int
peekInt8 ( int offset ) : int
readAttributes ( int size ) : IEnumerable
readBytes ( int token ) : byte[]
readInt16 ( ) : int
readInt24 ( ) : int
readInt8 ( ) : int
readList ( int token ) : List
readListSize ( int token ) : int

메소드 상세

BinTreeNodeReader() 공개 메소드

public BinTreeNodeReader ( string dict ) : System
dict string
리턴 System

decode() 보호된 메소드

protected decode ( List &buffer, int stanzaSize ) : void
buffer List
stanzaSize int
리턴 void

fillArray() 보호된 메소드

protected fillArray ( int len ) : byte[]
len int
리턴 byte[]

getToken() 보호된 메소드

protected getToken ( int token ) : string
token int
리턴 string

isListTag() 보호된 메소드

protected isListTag ( int token ) : bool
token int
리턴 bool

nextTree() 공개 메소드

public nextTree ( byte pInput = null ) : ProtocolTreeNode,
pInput byte
리턴 ProtocolTreeNode,

nextTreeInternal() 보호된 메소드

protected nextTreeInternal ( ) : ProtocolTreeNode,
리턴 ProtocolTreeNode,

peekInt16() 보호된 메소드

protected peekInt16 ( int offset ) : int
offset int
리턴 int

peekInt24() 보호된 메소드

protected peekInt24 ( int offset ) : int
offset int
리턴 int

peekInt8() 보호된 메소드

protected peekInt8 ( int offset ) : int
offset int
리턴 int

readAttributes() 보호된 메소드

protected readAttributes ( int size ) : IEnumerable
size int
리턴 IEnumerable

readBytes() 보호된 메소드

protected readBytes ( int token ) : byte[]
token int
리턴 byte[]

readInt16() 보호된 메소드

protected readInt16 ( ) : int
리턴 int

readInt24() 보호된 메소드

protected readInt24 ( ) : int
리턴 int

readInt8() 보호된 메소드

protected readInt8 ( ) : int
리턴 int

readList() 보호된 메소드

protected readList ( int token ) : List
token int
리턴 List

readListSize() 보호된 메소드

protected readListSize ( int token ) : int
token int
리턴 int