C# Class 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.
Datei anzeigen Open project: ME3Explorer/ME3Explorer Class Usage Examples

Public Methods

Method Description
To ( Endian target ) : EndianConverter

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

Private Methods

Method Description
Endian ( ) : System

Method Details

To() public method

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