IStitchUnsafeFunctions

public interface IStitchUnsafeFunctions {

    String httpGet(String url);
    
    BufferedImage httpGetImage(String url);
    
}

Last updated