C# 클래스 BinaryHelper.Extensions

파일 보기 프로젝트 열기: jmswrnr/unity3d-package-tool

공개 메소드들

메소드 설명
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

메소드 상세

BWrite() 공개 정적인 메소드

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

BWrite() 공개 정적인 메소드

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

ReadBInt32() 공개 정적인 메소드

public static ReadBInt32 ( this Reader ) : int
Reader this
리턴 int

ReadBInt64() 공개 정적인 메소드

public static ReadBInt64 ( this Reader ) : long
Reader this
리턴 long

ReadBUInt32() 공개 정적인 메소드

public static ReadBUInt32 ( this Reader ) : uint
Reader this
리턴 uint

ReadBUInt64() 공개 정적인 메소드

public static ReadBUInt64 ( this Reader ) : ulong
Reader this
리턴 ulong

ReadNullTerminatedString() 공개 정적인 메소드

public static ReadNullTerminatedString ( this Reader ) : string
Reader this
리턴 string