메소드 |
설명 |
|
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 |
|
|