Searched refs:getScanner (Results 1 – 1 of 1) sorted by relevance
91 try (Scanner s1 = getScanner(type, file1.getPath(), csn, null); in test()92 Scanner s2 = getScanner(type, file2.getPath(), null, charset);) { in test()102 Scanner getScanner(ConstructorType type, String file, String csn, Charset charset) in getScanner() method in EncodingTest