Uses of Interface
pulse.io.readers.PulseDataReader
-
Packages that use PulseDataReader Package Description pulse.io.readers The main class of this package isReaderManager
. -
-
Uses of PulseDataReader in pulse.io.readers
Classes in pulse.io.readers that implement PulseDataReader Modifier and Type Class Description class
NetzschPulseCSVReader
Reads numeric pulse data generated by the Proteus LFA Analysis export tool.Methods in pulse.io.readers that return PulseDataReader Modifier and Type Method Description static PulseDataReader
NetzschPulseCSVReader. getInstance()
As this class uses the singleton pattern, only one instance is created using an empty no-argument constructor.Methods in pulse.io.readers that return types with arguments of type PulseDataReader Modifier and Type Method Description static List<PulseDataReader>
ReaderManager. findPulseReaders(String pckgname)
static List<PulseDataReader>
ReaderManager. pulseReaders()
-