C# 클래스 wyUpdate.Common.ReadFiles

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

공개 메소드들

메소드 설명
IsHeaderValid ( Stream fs, string HeaderShouldBe ) : bool
ReachedEndByte ( Stream fs, byte endByte, byte readValue ) : bool
ReadBool ( Stream fs ) : bool
ReadByteArray ( Stream fs ) : byte[]
ReadDateTime ( Stream fs ) : System.DateTime
ReadDeprecatedString ( Stream fs ) : string
ReadInt ( Stream fs ) : int
ReadLong ( Stream fs ) : long
ReadShort ( Stream fs ) : short
ReadString ( Stream fs ) : string
ReadWholeArray ( Stream stream, byte data ) : void
SkipField ( Stream fs, byte flag ) : void

메소드 상세

IsHeaderValid() 공개 정적인 메소드

public static IsHeaderValid ( Stream fs, string HeaderShouldBe ) : bool
fs Stream
HeaderShouldBe string
리턴 bool

ReachedEndByte() 공개 정적인 메소드

public static ReachedEndByte ( Stream fs, byte endByte, byte readValue ) : bool
fs Stream
endByte byte
readValue byte
리턴 bool

ReadBool() 공개 정적인 메소드

public static ReadBool ( Stream fs ) : bool
fs Stream
리턴 bool

ReadByteArray() 공개 정적인 메소드

public static ReadByteArray ( Stream fs ) : byte[]
fs Stream
리턴 byte[]

ReadDateTime() 공개 정적인 메소드

public static ReadDateTime ( Stream fs ) : System.DateTime
fs Stream
리턴 System.DateTime

ReadDeprecatedString() 공개 정적인 메소드

public static ReadDeprecatedString ( Stream fs ) : string
fs Stream
리턴 string

ReadInt() 공개 정적인 메소드

public static ReadInt ( Stream fs ) : int
fs Stream
리턴 int

ReadLong() 공개 정적인 메소드

public static ReadLong ( Stream fs ) : long
fs Stream
리턴 long

ReadShort() 공개 정적인 메소드

public static ReadShort ( Stream fs ) : short
fs Stream
리턴 short

ReadString() 공개 정적인 메소드

public static ReadString ( Stream fs ) : string
fs Stream
리턴 string

ReadWholeArray() 공개 정적인 메소드

public static ReadWholeArray ( Stream stream, byte data ) : void
stream Stream
data byte
리턴 void

SkipField() 공개 정적인 메소드

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