C# Class translatr.EndianHelper

Afficher le fichier Open project: sephiroth99/translatr

Méthodes publiques

Méthode Description
readuint ( this s, bool be ) : uint
swap ( this u ) : uint
writeuint ( this s, uint u, bool be ) : void

Method Details

readuint() public static méthode

public static readuint ( this s, bool be ) : uint
s this
be bool
Résultat uint

swap() public static méthode

public static swap ( this u ) : uint
u this
Résultat uint

writeuint() public static méthode

public static writeuint ( this s, uint u, bool be ) : void
s this
u uint
be bool
Résultat void