Home
last modified time | relevance | path

Searched refs:aFOS (Results 1 – 1 of 1) sorted by relevance

/trunk/main/qadevOOo/java/OOoRunner/src/main/java/graphical/
H A DFileHelper.java382 FileOutputStream aFOS = null; in copy() local
387 aFOS = new FileOutputStream(_sDestination); in copy()
388 copyStream(aFIS, aFOS); in copy()
407 if (aFOS != null) in copy()
411 aFOS.close(); in copy()

Completed in 15 milliseconds