Commit 9671a3b6 authored by 技术部-任文超's avatar 技术部-任文超

感冒头疼,明天继续

parent a3a970bf
......@@ -202,7 +202,7 @@ class Base64 {
if (isChunked) {
nbrChunks =
(CHUNK_SEPARATOR.length == 0 ? 0 : Double.valueOf(Math.ceil((double) encodedDataLength / (double)CHUNK_SIZE)).intValue());
(CHUNK_SEPARATOR.length == 0 ? 0 : (int)Math.ceil((double) encodedDataLength / (double)CHUNK_SIZE));
encodedDataLength += nbrChunks * CHUNK_SEPARATOR.length;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment