C# Class DotAmf.IO.ByteConverter

Byte converter.
Afficher le fichier Open project: artema/DotAmf

Méthodes publiques

Méthode Description
ChangeEndianness ( byte bytes ) : byte[]

Change bytes endianness to opposite.

KeepEndianness ( byte bytes ) : byte[]

A placeholder which doesn't perform any byte convertions.

Method Details

ChangeEndianness() public static méthode

Change bytes endianness to opposite.
public static ChangeEndianness ( byte bytes ) : byte[]
bytes byte Bytes in big/little endian order.
Résultat byte[]

KeepEndianness() public static méthode

A placeholder which doesn't perform any byte convertions.
public static KeepEndianness ( byte bytes ) : byte[]
bytes byte
Résultat byte[]