Searched refs:fileOutputStream (Results 1 – 2 of 2) sorted by relevance
194 FileOutputStream fileOutputStream = new FileOutputStream(tmpFile); in setUp() local195 FileChannel fileChannel = fileOutputStream.getChannel(); in setUp()206 fileOutputStream.close(); in setUp()
66 FileOutputStream fileOutputStream = new FileOutputStream(tempFiles[1]); in setUp() local67 writeOnlyChannel = fileOutputStream.getChannel(); in setUp()