Home | History | Annotate | Download | only in xz

Lines Matching refs:finished

71     private boolean finished = false;
275 if (finished)
276 throw new XZIOException("Stream finished or closed");
310 * stream finished or closed
318 if (finished)
319 throw new XZIOException("Stream finished or closed");
323 // before the last Block has been finished.
355 * stream finished or closed
363 if (finished)
364 throw new XZIOException("Stream finished or closed");
404 if (!finished) {
420 finished = true;