package org.simantics.graph.compiler; import java.io.IOException; public interface ExternalFileLoader { byte[] load(String fileName) throws IOException; }