메소드 |
설명 |
|
StreamPacker ( Stream stream ) : System |
|
|
WriteBool ( bool v ) : void |
|
|
WriteBools ( bool v ) : void |
|
|
WriteByte ( byte v ) : void |
|
|
WriteBytes ( byte v ) : void |
|
|
WriteChar ( char v ) : void |
|
|
WriteChars ( char v ) : void |
|
|
WriteDouble ( double v ) : void |
|
|
WriteDoubles ( double v ) : void |
|
|
WriteFloat ( float v ) : void |
|
|
WriteFloats ( float v ) : void |
|
|
WriteInt ( int v ) : void |
|
|
WriteInts ( int v ) : void |
|
|
WriteLong ( long v ) : void |
|
|
WriteLongs ( long v ) : void |
|
|
WriteObject ( PackUnpackable o ) : void |
|
|
WriteObjects ( PackUnpackable v ) : void |
|
|
WriteShort ( short v ) : void |
|
|
WriteShorts ( short v ) : void |
|
|
WriteString ( string v ) : void |
|
|
WriteStrings ( string v ) : void |
|
|