Home
last modified time | relevance | path

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

/AOO41X/main/qadevOOo/runner/graphical/
H A DFileHelper.java370 private static void copyStream(InputStream _aIn, OutputStream _aOut) throws java.io.IOException in copyStream() argument
373 for (int len; (len = _aIn.read(aBuffer)) != -1; ) in copyStream()