C# Class BinaryHelper.Extensions

Afficher le fichier Open project: jmswrnr/unity3d-package-tool

Méthodes publiques

Méthode Description
BWrite ( this Writer, int value ) : void
BWrite ( this Writer, uint value ) : void
ReadBInt32 ( this Reader ) : int
ReadBInt64 ( this Reader ) : long
ReadBUInt32 ( this Reader ) : uint
ReadBUInt64 ( this Reader ) : ulong
ReadNullTerminatedString ( this Reader ) : string

Method Details

BWrite() public static méthode

public static BWrite ( this Writer, int value ) : void
Writer this
value int
Résultat void

BWrite() public static méthode

public static BWrite ( this Writer, uint value ) : void
Writer this
value uint
Résultat void

ReadBInt32() public static méthode

public static ReadBInt32 ( this Reader ) : int
Reader this
Résultat int

ReadBInt64() public static méthode

public static ReadBInt64 ( this Reader ) : long
Reader this
Résultat long

ReadBUInt32() public static méthode

public static ReadBUInt32 ( this Reader ) : uint
Reader this
Résultat uint

ReadBUInt64() public static méthode

public static ReadBUInt64 ( this Reader ) : ulong
Reader this
Résultat ulong

ReadNullTerminatedString() public static méthode

public static ReadNullTerminatedString ( this Reader ) : string
Reader this
Résultat string