The assignment for The Hyve
This is a Console Applicaton which read a binary file and decode it according to the assignment algorithm and write the results in another binary file and also show it on the console.
Clone this project into Visual Studio and run it
For running this app correctly, you should add these files under the correct paths:
Test1\bin\Debug\files\original.bin
Or if want to check another files copy the file to Test1\bin\Debug\files
and rename it to original.bin
Then run the application in debug mode.
There is one unit test file for BinaryDecoder Class and function of decode according to assignment document.