C# Class BinaryHelper.Extensions

显示文件 Open project: jmswrnr/unity3d-package-tool

Public Methods

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

public static BWrite ( this Writer, int value ) : void
Writer this
value int
return void

BWrite() public static method

public static BWrite ( this Writer, uint value ) : void
Writer this
value uint
return void

ReadBInt32() public static method

public static ReadBInt32 ( this Reader ) : int
Reader this
return int

ReadBInt64() public static method

public static ReadBInt64 ( this Reader ) : long
Reader this
return long

ReadBUInt32() public static method

public static ReadBUInt32 ( this Reader ) : uint
Reader this
return uint

ReadBUInt64() public static method

public static ReadBUInt64 ( this Reader ) : ulong
Reader this
return ulong

ReadNullTerminatedString() public static method

public static ReadNullTerminatedString ( this Reader ) : string
Reader this
return string