Home | History | Annotate | Download | only in xz

Lines Matching refs:finished

24     private boolean finished = false;
54 if (finished)
55 throw new XZIOException("Stream finished or closed");
85 if (finished)
86 throw new XZIOException("Stream finished or closed");
103 if (finished)
104 throw new XZIOException("Stream finished or closed");
118 if (!finished) {
128 finished = true;
134 if (!finished) {