提交 74ada80b authored 作者: Thomas Mueller's avatar Thomas Mueller

Documentation.

上级 97f727af
......@@ -156,7 +156,8 @@ public final class CompressLZF implements Compressor {
// && ref > 0
// && (off = inPos - ref - 1) < MAX_OFF
// && in[ref + 2] == p2
// && (((in[ref] & 255) << 8) | (in[ref + 1] & 255)) == ((future >> 8) & 0xffff)) {
// && (((in[ref] & 255) << 8) | (in[ref + 1] & 255)) ==
// ((future >> 8) & 0xffff)) {
if (ref < inPos
&& ref > 0
&& (off = inPos - ref - 1) < MAX_OFF
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论