C# Class wyUpdate.Common.WriteFiles

Mostrar archivo Open project: RagingBigFemaleBird/sgs Class Usage Examples

Public Methods

Method Description
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

Method Details

WriteBool() public static method

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

WriteByteArray() public static method

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

WriteDateTime() public static method

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

WriteDeprecatedString() public static method

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

WriteHeader() public static method

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

WriteInt() public static method

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

WriteLong() public static method

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

WriteShort() public static method

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

WriteString() public static method

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