|
|
@ -87,7 +87,6 @@ public class WordConvertUtils { |
|
|
|
OutputStream os = null; |
|
|
|
try { |
|
|
|
os = new FileOutputStream(file); |
|
|
|
|
|
|
|
int bytesRead = 0; |
|
|
|
byte[] buffer = new byte[8192]; |
|
|
|
while ((bytesRead = ins.read(buffer, 0, 8192)) != -1) { |
|
|
@ -147,7 +146,6 @@ public class WordConvertUtils { |
|
|
|
ComThread.Release(); |
|
|
|
new File(wordFile).delete(); |
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
/** |
|
|
|