C# Class DroidExplorer.Core.Net.Bits

Mostrar archivo Open project: camalot/droidexplorer

Public Methods

Method 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 method

public static And ( byte A, byte B ) : byte[]
A byte
B byte
return byte[]

GE() public static method

public static GE ( byte A, byte B ) : bool
A byte
B byte
return bool

GetBitMask() public static method

public static GetBitMask ( int sizeOfBuff, int bitLen ) : byte[]
sizeOfBuff int
bitLen int
return byte[]

LE() public static method

public static LE ( byte A, byte B ) : bool
A byte
B byte
return bool

Not() public static method

public static Not ( byte bytes ) : byte[]
bytes byte
return byte[]

Or() public static method

public static Or ( byte A, byte B ) : byte[]
A byte
B byte
return byte[]