Uses of Class
org.apache.fulcrum.parser.DataStreamParser
Packages that use DataStreamParser
-
Uses of DataStreamParser in org.apache.fulcrum.parser
Subclasses of DataStreamParser in org.apache.fulcrum.parserModifier and TypeClassDescriptionclass
CSVParser is used to parse a stream with comma-separated values and generate ParameterParser objects which can be used to extract the values in the desired type.class
TSVParser is used to parse a stream with tab-separated values and generate ParameterParser objects which can be used to extract the values in the desired type.