com.github.q120011676.xhttp.Handle Maven / Gradle / Ivy
package com.github.q120011676.xhttp;
import java.io.InputStream;
/**
* Created by say on 2/22/16.
*/
public interface Handle {
void handle(InputStream data);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy