C# Class W3SavegameEditor.Core.ExtensionMethods

Afficher le fichier Open project: Atvaark/W3SavegameEditor

Méthodes publiques

Méthode Description
PeekByte ( this reader ) : byte
PeekString ( this reader, int count ) : string
ReadString ( this reader, int count ) : string
Skip ( this reader, int count ) : void

Method Details

PeekByte() public static méthode

public static PeekByte ( this reader ) : byte
reader this
Résultat byte

PeekString() public static méthode

public static PeekString ( this reader, int count ) : string
reader this
count int
Résultat string

ReadString() public static méthode

public static ReadString ( this reader, int count ) : string
reader this
count int
Résultat string

Skip() public static méthode

public static Skip ( this reader, int count ) : void
reader this
count int
Résultat void