C# 클래스 StreamPacker, home_nursing

파일 보기 프로젝트 열기: ChristianHoj/home_nursing 1 사용 예제들

공개 메소드들

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

비공개 메소드들

메소드 설명
Write ( byte v ) : void

메소드 상세

StreamPacker() 공개 메소드

public StreamPacker ( Stream stream ) : System
stream Stream
리턴 System

WriteBool() 공개 메소드

public WriteBool ( bool v ) : void
v bool
리턴 void

WriteBools() 공개 메소드

public WriteBools ( bool v ) : void
v bool
리턴 void

WriteByte() 공개 메소드

public WriteByte ( byte v ) : void
v byte
리턴 void

WriteBytes() 공개 메소드

public WriteBytes ( byte v ) : void
v byte
리턴 void

WriteChar() 공개 메소드

public WriteChar ( char v ) : void
v char
리턴 void

WriteChars() 공개 메소드

public WriteChars ( char v ) : void
v char
리턴 void

WriteDouble() 공개 메소드

public WriteDouble ( double v ) : void
v double
리턴 void

WriteDoubles() 공개 메소드

public WriteDoubles ( double v ) : void
v double
리턴 void

WriteFloat() 공개 메소드

public WriteFloat ( float v ) : void
v float
리턴 void

WriteFloats() 공개 메소드

public WriteFloats ( float v ) : void
v float
리턴 void

WriteInt() 공개 메소드

public WriteInt ( int v ) : void
v int
리턴 void

WriteInts() 공개 메소드

public WriteInts ( int v ) : void
v int
리턴 void

WriteLong() 공개 메소드

public WriteLong ( long v ) : void
v long
리턴 void

WriteLongs() 공개 메소드

public WriteLongs ( long v ) : void
v long
리턴 void

WriteObject() 공개 메소드

public WriteObject ( PackUnpackable o ) : void
o PackUnpackable
리턴 void

WriteObjects() 공개 메소드

public WriteObjects ( PackUnpackable v ) : void
v PackUnpackable
리턴 void

WriteShort() 공개 메소드

public WriteShort ( short v ) : void
v short
리턴 void

WriteShorts() 공개 메소드

public WriteShorts ( short v ) : void
v short
리턴 void

WriteString() 공개 메소드

public WriteString ( string v ) : void
v string
리턴 void

WriteStrings() 공개 메소드

public WriteStrings ( string v ) : void
v string
리턴 void