Uses of Class
com.ibm.icu.impl.data.ResourceReader
-
Packages that use ResourceReader Package Description com.ibm.icu.impl.data -
-
Uses of ResourceReader in com.ibm.icu.impl.data
Fields in com.ibm.icu.impl.data declared as ResourceReader Modifier and Type Field Description private ResourceReader
TokenIterator. reader
Constructors in com.ibm.icu.impl.data with parameters of type ResourceReader Constructor Description TokenIterator(ResourceReader r)
Construct an iterator over the tokens returned by the given ResourceReader, ignoring blank lines and comment lines (first non-blank character is '#').
-