Home | History | Annotate | Download | only in java

Lines Matching refs:fos

622     FileOutputStream fos = new FileOutputStream(file);
623 fos.write(jpegBuf, 0, jpegBufSize);
624 fos.close();