All Downloads are FREE. Search and download functionalities are using the official Maven repository.

cn.chenzw.sms.core.Reader Maven / Gradle / Ivy

The newest version!
package cn.chenzw.sms.core;

import java.io.IOException;

/**
 * @author chenzw
 */
public interface Reader {
    Message read() throws IOException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy