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

com.github.restup.test.resource.ResourceContents Maven / Gradle / Ivy

package com.github.restup.test.resource;

public interface ResourceContents extends Contents {

    boolean exists();

    void writeResult(byte[] body);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy