Package adams.data.io.input
Interface EmailReader<T>
-
- Type Parameters:
T- the type of email that is returned
- All Known Subinterfaces:
EmailFileReader<T>,MultiEmailReader<T>
- All Known Implementing Classes:
AbstractEmailFileReader,AbstractEmailReader,EmlEmailFileReader,PropertiesEmailFileReader
public interface EmailReader<T>Interface for classes that read emails.- Author:
- fracpete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Classgenerates()Returns the type of email class the reader returns.Tread()Reads the email.
-