Searched refs:reducedFos (Results 1 – 1 of 1) sorted by relevance
381 FileOutputStream reducedFos = new FileOutputStream(reducedFile); in writeBuffer() local382 reduced.compress(JPEG, QUALITY, reducedFos); in writeBuffer()383 reducedFos.close(); in writeBuffer()