C# Class System.Net.Topology.ByteArrayExtensions

Mostra file Open project: nikeee/wake-on-lan

Private Methods

Method Description
And ( this b1, byte b2 ) : byte[]
CountFromLeft ( this bits, bool value ) : int
CountFromRight ( this bits, bool value ) : int
CountFromSide ( byte bits, bool value, bool fromleft ) : int
Not ( this bits ) : byte[]
Or ( this b1, byte b2 ) : byte[]
RepresentsValidNetMask ( this bits ) : bool
ToBinaryString ( this bits ) : string
ToBinaryString ( this bits, char separator ) : string
ToBitStream ( this bytes, bool fromLeft ) : IEnumerable
Xor ( this b1, byte b2 ) : byte[]