Uses of Class
csv.mapper.StreamMapper
Packages that use StreamMapper
Package
Description
Provides implementation classes for reading various kind of streams as well as producing
such.
-
Uses of StreamMapper in csv.impl
Methods in csv.impl that return StreamMapperModifier and TypeMethodDescriptionAbstractTableReader.getMapper()Returns the mapper.AbstractTableWriter.getMapper()Returns the mapper.Methods in csv.impl with parameters of type StreamMapperModifier and TypeMethodDescriptionvoidAbstractTableReader.setMapper(StreamMapper mapper) Sets the mapper.voidAbstractTableWriter.setMapper(StreamMapper mapper) Sets the mapper.