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

com.github.q120011676.xhttp.Handle Maven / Gradle / Ivy

There is a newer version: 1.3.0
Show newest version
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