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

leap.lang.resource.FileResource Maven / Gradle / Ivy

The newest version!
package leap.lang.resource;

import java.io.File;
import java.io.IOException;

public interface FileResource extends WritableResource {

	long contentLength() throws IOException;
	
	File getFile();

	FileResource createRelative(String relativePath);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy