바이트배열을 파일로 저장하기

FileOutputStream fileOut = new FileOutputStream("/data/sign.bin");
fileOut.write(byteArray);

이것도 보고.

추가적인 부분은 알아서들 하시길...