提交 23fdae21 authored 作者: noelgrandin's avatar noelgrandin

add comment

上级 8995ba97
......@@ -353,6 +353,7 @@ public class LobStorageBackend implements LobStorageInterface {
break;
}
maxLength -= len;
// if we had a short read, trim the buffer
byte[] b;
if (len != buff.length) {
b = new byte[len];
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论