C# Class DroidExplorer.Core.Net.Bits

Afficher le fichier Open project: camalot/droidexplorer

Méthodes publiques

Méthode Description
And ( byte A, byte B ) : byte[]
GE ( byte A, byte B ) : bool
GetBitMask ( int sizeOfBuff, int bitLen ) : byte[]
LE ( byte A, byte B ) : bool
Not ( byte bytes ) : byte[]
Or ( byte A, byte B ) : byte[]

Method Details

And() public static méthode

public static And ( byte A, byte B ) : byte[]
A byte
B byte
Résultat byte[]

GE() public static méthode

public static GE ( byte A, byte B ) : bool
A byte
B byte
Résultat bool

GetBitMask() public static méthode

public static GetBitMask ( int sizeOfBuff, int bitLen ) : byte[]
sizeOfBuff int
bitLen int
Résultat byte[]

LE() public static méthode

public static LE ( byte A, byte B ) : bool
A byte
B byte
Résultat bool

Not() public static méthode

public static Not ( byte bytes ) : byte[]
bytes byte
Résultat byte[]

Or() public static méthode

public static Or ( byte A, byte B ) : byte[]
A byte
B byte
Résultat byte[]