Uses of Class
com.ibm.icu.dev.tool.charsetdet.sbcs.InputFile
-
Packages that use InputFile Package Description com.ibm.icu.dev.tool.charsetdet.sbcs -
-
Uses of InputFile in com.ibm.icu.dev.tool.charsetdet.sbcs
Fields in com.ibm.icu.dev.tool.charsetdet.sbcs declared as InputFile Modifier and Type Field Description private InputFile
StatisticsTool. inputFile
Methods in com.ibm.icu.dev.tool.charsetdet.sbcs with parameters of type InputFile Modifier and Type Method Description void
Checker. check(InputFile dataFile)
NGramList
StatisticsTool. collectStatistics(InputFile file)
private boolean
Checker. nextBuffer(InputFile inputFile)
private int
StatisticsTool. nextBuffer(InputFile inputFileArg)
void
Checker. setMapper(InputFile file)
Constructors in com.ibm.icu.dev.tool.charsetdet.sbcs with parameters of type InputFile Constructor Description Checker(NGramList list, InputFile dataFile)
TODO This should take cumulative percent and the name...
-