pull/1/head
orbiter 11 years ago
parent c48d2a2a02
commit a3542f29b4

@ -761,6 +761,7 @@ public class HeapReader {
@Override @Override
public Map.Entry<byte[], byte[]> next0() { public Map.Entry<byte[], byte[]> next0() {
if (this.is == null) return null;
try { try {
byte b; byte b;
int len; int len;

Loading…
Cancel
Save