C# 클래스 wyUpdate.Common.WriteFiles

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

공개 메소드들

메소드 설명
WriteBool ( Stream fs, byte flag, bool val ) : void
WriteByteArray ( Stream fs, byte flag, byte arr ) : void
WriteDateTime ( Stream fs, byte flag, System.DateTime dt ) : void
WriteDeprecatedString ( Stream fs, byte flag, string text ) : void
WriteHeader ( Stream fs, string Header ) : void
WriteInt ( Stream fs, byte flag, int num ) : void
WriteLong ( Stream fs, byte flag, long val ) : void
WriteShort ( Stream fs, byte flag, short val ) : void
WriteString ( Stream fs, byte flag, string text ) : void

메소드 상세

WriteBool() 공개 정적인 메소드

public static WriteBool ( Stream fs, byte flag, bool val ) : void
fs Stream
flag byte
val bool
리턴 void

WriteByteArray() 공개 정적인 메소드

public static WriteByteArray ( Stream fs, byte flag, byte arr ) : void
fs Stream
flag byte
arr byte
리턴 void

WriteDateTime() 공개 정적인 메소드

public static WriteDateTime ( Stream fs, byte flag, System.DateTime dt ) : void
fs Stream
flag byte
dt System.DateTime
리턴 void

WriteDeprecatedString() 공개 정적인 메소드

public static WriteDeprecatedString ( Stream fs, byte flag, string text ) : void
fs Stream
flag byte
text string
리턴 void

WriteHeader() 공개 정적인 메소드

public static WriteHeader ( Stream fs, string Header ) : void
fs Stream
Header string
리턴 void

WriteInt() 공개 정적인 메소드

public static WriteInt ( Stream fs, byte flag, int num ) : void
fs Stream
flag byte
num int
리턴 void

WriteLong() 공개 정적인 메소드

public static WriteLong ( Stream fs, byte flag, long val ) : void
fs Stream
flag byte
val long
리턴 void

WriteShort() 공개 정적인 메소드

public static WriteShort ( Stream fs, byte flag, short val ) : void
fs Stream
flag byte
val short
리턴 void

WriteString() 공개 정적인 메소드

public static WriteString ( Stream fs, byte flag, string text ) : void
fs Stream
flag byte
text string
리턴 void