io.github.factoryfx.dom.rest.StaticFileAccess Maven / Gradle / Ivy
package io.github.factoryfx.dom.rest;
public interface StaticFileAccess {
byte[] getFile(String path);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy
package io.github.factoryfx.dom.rest;
public interface StaticFileAccess {
byte[] getFile(String path);
}