X-Git-Url: https://gerrit.simantics.org/r/gitweb?p=simantics%2Fplatform.git;a=blobdiff_plain;f=bundles%2Forg.simantics.graph.compiler%2Fsrc%2Forg%2Fsimantics%2Fgraph%2Fcompiler%2FExternalFileLoader.java;fp=bundles%2Forg.simantics.graph.compiler%2Fsrc%2Forg%2Fsimantics%2Fgraph%2Fcompiler%2FExternalFileLoader.java;h=1bc2617ead84628d997f38a2b322f439e6e16465;hp=0000000000000000000000000000000000000000;hb=969bd23cab98a79ca9101af33334000879fb60c5;hpb=866dba5cd5a3929bbeae85991796acb212338a08 diff --git a/bundles/org.simantics.graph.compiler/src/org/simantics/graph/compiler/ExternalFileLoader.java b/bundles/org.simantics.graph.compiler/src/org/simantics/graph/compiler/ExternalFileLoader.java new file mode 100644 index 000000000..1bc2617ea --- /dev/null +++ b/bundles/org.simantics.graph.compiler/src/org/simantics/graph/compiler/ExternalFileLoader.java @@ -0,0 +1,7 @@ +package org.simantics.graph.compiler; + +import java.io.IOException; + +public interface ExternalFileLoader { + byte[] load(String fileName) throws IOException; +}