Home | History | Annotate | Download | only in io

Lines Matching defs:this

9  * distributed with this work for additional information
10 * regarding copyright ownership. The ASF licenses this file
12 * "License"); you may not use this file except in compliance
25 * This software consists of voluntary contributions made by many
63 this.out = out;
72 if (!this.closed) {
73 this.closed = true;
74 this.out.flush();
79 this.out.flush();
83 if (this.closed) {
86 this.out.write(b, off, len);
94 if (this.closed) {
97 this.out.write(b);