mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-05 21:37:21 +00:00
@@ -568,7 +568,8 @@ public class Helper {
|
||||
try (FileOutputStream fos = new FileOutputStream(output)) {
|
||||
while((cnt=is.read(buf))>0){
|
||||
fos.write(buf,0,cnt);
|
||||
}
|
||||
fos.flush();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user