FileInputStream inputStream = new FileInputStream("input.bin");
FileOutputStream outputStream = new FileOutputStream("output.bin");