Home | History | Annotate | Download | only in io

Lines Matching refs:fos

35     private FileOutputStream fos;
42 fos = new FileOutputStream(f.getPath());
43 fos.write("Test String".getBytes());
44 fos.close();
98 fos = new FileOutputStream(f.getPath());
99 fos.write("Test String".getBytes());
100 fos.close();
115 fos = new FileOutputStream(f.getPath());
116 fos.write("Test String".getBytes());
117 fos.close();
133 fos = new FileOutputStream(f.getPath());
134 fos.write("Test String".getBytes());
135 fos.close();
146 fos = new FileOutputStream(f.getPath());
147 fos.write("Test String".getBytes());
148 fos.close();