forked from I2P_Developers/i2p.i2p
Merge branch 'master' into 'master'
Merged into my fork, not main repo See merge request i2p-hackers/i2p.i2p!26
This commit is contained in:
@@ -60,6 +60,7 @@ public class DecodingOutputStream extends OutputStream {
|
|||||||
int toWrite = Math.min(len, _bb.remaining());
|
int toWrite = Math.min(len, _bb.remaining());
|
||||||
_bb.put(buf, off, toWrite);
|
_bb.put(buf, off, toWrite);
|
||||||
len -= toWrite;
|
len -= toWrite;
|
||||||
|
off += toWrite;
|
||||||
}
|
}
|
||||||
flush();
|
flush();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user