Package adams.data.io.input
Interface EmailReader
-
- All Known Subinterfaces:
EmailFileReader
,MultiEmailReader
- All Known Implementing Classes:
AbstractEmailFileReader
,AbstractEmailReader
,EmlEmailFileReader
,PropertiesEmailFileReader
public interface EmailReader
Interface 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 Email
read()
Reads the email.
-
-
-
Method Detail
-
read
Email read()
Reads the email.- Returns:
- the email, null in case of an error
-
-