Home | History | Annotate | Download | only in zip

Lines Matching defs:ios

142         InflaterOutputStream ios = new InflaterOutputStream(os);
143 ios.close();
145 ios.close();
152 InflaterOutputStream ios = new InflaterOutputStream(os);
153 ios.close();
155 ios.flush();
161 ios = new InflaterOutputStream(os);
162 ios.flush();
163 ios.flush();
164 ios.close();
171 InflaterOutputStream ios = new InflaterOutputStream(os);
172 ios.close();
174 ios.finish();
180 ios = new InflaterOutputStream(os);
181 ios.finish();
182 ios.finish();
183 ios.flush();
184 ios.flush();
185 ios.finish();
186 ios.close();
202 ios = new InflaterOutputStream(os);
204 ios.write(compressedBytes[i]);
206 ios.finish();
207 ios.close();
214 ios = new InflaterOutputStream(os);
216 ios.write(compressedBytes[i]);
218 ios.finish();
219 ios.close();
235 try (InflaterOutputStream ios = new InflaterOutputStream(os)) {
237 ios.write(compressedBytes[i]);
251 InflaterOutputStream ios = new InflaterOutputStream(os);
252 ios.close();
254 ios.write(-1);
268 try (InflaterOutputStream ios = new InflaterOutputStream(os)) {
269 ios.write(compressedBytes, 0, length);
286 InflaterOutputStream ios = new InflaterOutputStream(os);
288 ios.write(bytes, 0, 4);
294 ios.flush();
301 ios = new InflaterOutputStream(os);
302 ios.close();
304 ios.write(bytes, 0, 4);
310 ios.write(bytes, -1, 4);
316 ios.write(bytes, -1, -4);
322 ios.write(bytes, 0, 400);
328 ios.write(null, -1, 4);
402 ios = new InflaterOutputStream(os);
403 ios.flush();
405 ios.write(bytes, 0, 4);