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

com.gojek.de.stencil.http.RemoteFile Maven / Gradle / Ivy

There is a newer version: 4.2.2
Show newest version
package com.gojek.de.stencil.http;

import java.io.IOException;

public interface RemoteFile {
    byte[] fetch(String url) throws IOException;
    void close() throws IOException;
}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy