C# 클래스 Akka.Interfaced.ProtobufSerializer.SerializeExtensions

파일 보기 프로젝트 열기: SaladLab/Akka.Interfaced

공개 메소드들

메소드 설명
Read32BitEncodedInt ( this stream ) : int
Read7BitEncodedInt ( this stream ) : int
ReadString ( this stream ) : string
ReadZigZag7BitEncodedInt ( this stream ) : int
Write32BitEncodedInt ( this stream, int value ) : void
Write7BitEncodedInt ( this stream, int value ) : void
WriteString ( this stream, string value ) : void
WriteZigZag7BitEncodedInt ( this stream, int value ) : void

메소드 상세

Read32BitEncodedInt() 공개 정적인 메소드

public static Read32BitEncodedInt ( this stream ) : int
stream this
리턴 int

Read7BitEncodedInt() 공개 정적인 메소드

public static Read7BitEncodedInt ( this stream ) : int
stream this
리턴 int

ReadString() 공개 정적인 메소드

public static ReadString ( this stream ) : string
stream this
리턴 string

ReadZigZag7BitEncodedInt() 공개 정적인 메소드

public static ReadZigZag7BitEncodedInt ( this stream ) : int
stream this
리턴 int

Write32BitEncodedInt() 공개 정적인 메소드

public static Write32BitEncodedInt ( this stream, int value ) : void
stream this
value int
리턴 void

Write7BitEncodedInt() 공개 정적인 메소드

public static Write7BitEncodedInt ( this stream, int value ) : void
stream this
value int
리턴 void

WriteString() 공개 정적인 메소드

public static WriteString ( this stream, string value ) : void
stream this
value string
리턴 void

WriteZigZag7BitEncodedInt() 공개 정적인 메소드

public static WriteZigZag7BitEncodedInt ( this stream, int value ) : void
stream this
value int
리턴 void