C# 클래스 MsgPack.MsgPackWriter

파일 보기 프로젝트 열기: e-travel/msgpack 1 사용 예제들

공개 메소드들

메소드 설명
MsgPackWriter ( Stream strm ) : System
Write ( System.Guid x ) : void
Write ( bool x ) : void
Write ( byte x ) : void
Write ( char x ) : void
Write ( double x ) : void
Write ( float x ) : void
Write ( int x ) : void
Write ( long x ) : void
Write ( sbyte x ) : void
Write ( short x ) : void
Write ( string x ) : void
Write ( string x, bool highProbAscii ) : void
Write ( string x, byte buf ) : void
Write ( string x, byte buf, bool highProbAscii ) : void
Write ( uint x ) : void
Write ( ulong x ) : void
Write ( ushort x ) : void
WriteArrayHeader ( int N ) : void
WriteMapHeader ( int N ) : void
WriteNil ( ) : void
WriteRawHeader ( int N ) : void

비공개 메소드들

메소드 설명
WriteLengthHeader ( int N, int fix_length, byte fix_prefix, byte len16bit_prefix, byte len32bit_prefix ) : void

메소드 상세

MsgPackWriter() 공개 메소드

public MsgPackWriter ( Stream strm ) : System
strm Stream
리턴 System

Write() 공개 메소드

public Write ( System.Guid x ) : void
x System.Guid
리턴 void

Write() 공개 메소드

public Write ( bool x ) : void
x bool
리턴 void

Write() 공개 메소드

public Write ( byte x ) : void
x byte
리턴 void

Write() 공개 메소드

public Write ( char x ) : void
x char
리턴 void

Write() 공개 메소드

public Write ( double x ) : void
x double
리턴 void

Write() 공개 메소드

public Write ( float x ) : void
x float
리턴 void

Write() 공개 메소드

public Write ( int x ) : void
x int
리턴 void

Write() 공개 메소드

public Write ( long x ) : void
x long
리턴 void

Write() 공개 메소드

public Write ( sbyte x ) : void
x sbyte
리턴 void

Write() 공개 메소드

public Write ( short x ) : void
x short
리턴 void

Write() 공개 메소드

public Write ( string x ) : void
x string
리턴 void

Write() 공개 메소드

public Write ( string x, bool highProbAscii ) : void
x string
highProbAscii bool
리턴 void

Write() 공개 메소드

public Write ( string x, byte buf ) : void
x string
buf byte
리턴 void

Write() 공개 메소드

public Write ( string x, byte buf, bool highProbAscii ) : void
x string
buf byte
highProbAscii bool
리턴 void

Write() 공개 메소드

public Write ( uint x ) : void
x uint
리턴 void

Write() 공개 메소드

public Write ( ulong x ) : void
x ulong
리턴 void

Write() 공개 메소드

public Write ( ushort x ) : void
x ushort
리턴 void

WriteArrayHeader() 공개 메소드

public WriteArrayHeader ( int N ) : void
N int
리턴 void

WriteMapHeader() 공개 메소드

public WriteMapHeader ( int N ) : void
N int
리턴 void

WriteNil() 공개 메소드

public WriteNil ( ) : void
리턴 void

WriteRawHeader() 공개 메소드

public WriteRawHeader ( int N ) : void
N int
리턴 void