Package adams.data.io.input
Interface EmailReader
-
- All Known Subinterfaces:
EmailFileReader,MultiEmailReader
- All Known Implementing Classes:
AbstractEmailFileReader,AbstractEmailReader,EmlEmailFileReader,PropertiesEmailFileReader
public interface EmailReaderInterface for classes that read emails.- Version:
- $Revision$
- Author:
- fracpete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Emailread()Reads the email.
-
-
-
Method Detail
-
read
Email read()
Reads the email.- Returns:
- the email, null in case of an error
-
-