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

io.github.factoryfx.dom.rest.StaticFileAccess Maven / Gradle / Ivy

There is a newer version: 4.0.2
Show newest version
package io.github.factoryfx.dom.rest;


public interface StaticFileAccess {
    byte[] getFile(String path);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy