@@ -36,7 +36,7 @@ public class FileUtil {
|
||||
long size = in.size();
|
||||
|
||||
while (pos < size) {
|
||||
pos += in.transferTo(pos, 10*1024*1024, out);
|
||||
pos += in.transferTo(pos, 10 * 1024 * 1024, out);
|
||||
}
|
||||
} catch (IOException ioe) {
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user