Home | History | Annotate | Download | only in util

Lines Matching defs:flush

44         public void flush() throws IOException {
72 * stream. By default, the new print writer does not automatically flush its
137 * writer. By default, the new print writer does not automatically flush its
142 * flush() before retrieving any data from the Writer.</p>
162 * indicates whether to flush contents upon encountering a
180 * indicates whether to flush contents upon encountering a
266 flush();
359 //Log.i("PackageManager", "flush mPos=" + mPos);
376 mOutputStream.flush();
381 mWriter.flush();
407 public void flush() {
413 mOutputStream.flush();
415 mWriter.flush();