|
@@ -231,7 +231,7 @@ public class ViewController extends Controller {
|
|
|
FileOutputStream fos = null;
|
|
|
is = response.body().byteStream();
|
|
|
String path = "/home/lenovo/CFIND_XML";
|
|
|
- File file = new File(path, "11.dcm");
|
|
|
+ File file = new File(path, "11");
|
|
|
try {
|
|
|
fos = new FileOutputStream(file);
|
|
|
byte[] bytes = new byte[1024];
|