Try doing this:
dd if=/dev/random of=test_file bs=4000 count=100 java YourClass < test_file > test_output diff test_file test_output
Try doing this: