Searched refs:fileInputStream (Results 1 – 2 of 2) sorted by relevance
128 FileInputStream fileInputStream = new FileInputStream(tmpFile); in test_force() local129 FileChannel fileChannelRead = fileInputStream.getChannel(); in test_force()172 FileInputStream fileInputStream = new FileInputStream(tmpFile); in test_load() local173 FileChannel fileChannelRead = fileInputStream.getChannel(); in test_load()
63 FileInputStream fileInputStream = new FileInputStream(tempFiles[0]); in setUp() local64 readOnlyChannel = fileInputStream.getChannel(); in setUp()