C# Class wyUpdate.Common.WriteFiles

Afficher le fichier Open project: RagingBigFemaleBird/sgs Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public static WriteBool ( Stream fs, byte flag, bool val ) : void
fs Stream
flag byte
val bool
Résultat void

WriteByteArray() public static méthode

public static WriteByteArray ( Stream fs, byte flag, byte arr ) : void
fs Stream
flag byte
arr byte
Résultat void

WriteDateTime() public static méthode

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

WriteDeprecatedString() public static méthode

public static WriteDeprecatedString ( Stream fs, byte flag, string text ) : void
fs Stream
flag byte
text string
Résultat void

WriteHeader() public static méthode

public static WriteHeader ( Stream fs, string Header ) : void
fs Stream
Header string
Résultat void

WriteInt() public static méthode

public static WriteInt ( Stream fs, byte flag, int num ) : void
fs Stream
flag byte
num int
Résultat void

WriteLong() public static méthode

public static WriteLong ( Stream fs, byte flag, long val ) : void
fs Stream
flag byte
val long
Résultat void

WriteShort() public static méthode

public static WriteShort ( Stream fs, byte flag, short val ) : void
fs Stream
flag byte
val short
Résultat void

WriteString() public static méthode

public static WriteString ( Stream fs, byte flag, string text ) : void
fs Stream
flag byte
text string
Résultat void