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.
Afficher le fichier Open project: ME3Explorer/ME3Explorer Class Usage Examples

Méthodes publiques

Méthode Description
To ( Endian target ) : EndianConverter

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

Private Methods

Méthode Description
Endian ( ) : System

Method Details

To() public méthode

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