C# 클래스 Gammtek.Conduit.IO.Endian

Endian identification support for the current platform and streams. Supports conversion of data between Endian settings. Note: this class still assumes that bit orderings are the same regardless of byte Endian configurations.
파일 보기 프로젝트 열기: ME3Explorer/ME3Explorer 1 사용 예제들

공개 메소드들

메소드 설명
To ( Endian target ) : EndianConverter

Creates a converter for changing data from the current Endian setting to the target Endian setting.

비공개 메소드들

메소드 설명
Endian ( ) : System

메소드 상세

To() 공개 메소드

Creates a converter for changing data from the current Endian setting to the target Endian setting.
public To ( Endian target ) : EndianConverter
target Endian
리턴 EndianConverter