C# Class SoundFingerprinting.Math.HashConverter

Inheritance: IHashConverter
Mostra file Open project: AddictedCS/soundfingerprinting

Public Methods

Method Description
ToBytes ( long array, int count ) : byte[]
ToLongs ( byte array, int count ) : long[]

Private Methods

Method Description
GetBytesPerLong ( int bytesArrayCount, int longsArrayCount ) : int

Method Details

ToBytes() public method

public ToBytes ( long array, int count ) : byte[]
array long
count int
return byte[]

ToLongs() public method

public ToLongs ( byte array, int count ) : long[]
array byte
count int
return long[]