String content = ""; for(byte b : fileData) content += getBits(b); // content now contains your bits.