|
@@ -274,12 +274,6 @@ public class CreateObjUtil {
|
|
|
}
|
|
|
bis.close();
|
|
|
bos.close();
|
|
|
-
|
|
|
- // gzip压缩
|
|
|
- FileUtil.writeBytes(ZipUtil.gzip(new File(despath)),despath + ".gzip");
|
|
|
-
|
|
|
- // 重命名
|
|
|
- FileUtil.rename(new File(despath + ".gzip"), despath, true);
|
|
|
}
|
|
|
|
|
|
public static void convertVisionmodeldataToTxt(String srcpath,String despath)throws Exception
|