Searched refs:wroteLastChunk (Results 1 – 1 of 1) sorted by relevance
64 private boolean wroteLastChunk = false; field in ChunkedOutputStream137 if (!this.wroteLastChunk) { in finish()140 this.wroteLastChunk = true; in finish()