C# 클래스 translatr.EndianHelper

파일 보기 프로젝트 열기: sephiroth99/translatr

공개 메소드들

메소드 설명
readuint ( this s, bool be ) : uint
swap ( this u ) : uint
writeuint ( this s, uint u, bool be ) : void

메소드 상세

readuint() 공개 정적인 메소드

public static readuint ( this s, bool be ) : uint
s this
be bool
리턴 uint

swap() 공개 정적인 메소드

public static swap ( this u ) : uint
u this
리턴 uint

writeuint() 공개 정적인 메소드

public static writeuint ( this s, uint u, bool be ) : void
s this
u uint
be bool
리턴 void