]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.graph.compiler/src/org/simantics/graph/compiler/ExternalFileLoader.java
Migrated source code from Simantics SVN
[simantics/platform.git] / bundles / org.simantics.graph.compiler / src / org / simantics / graph / compiler / ExternalFileLoader.java
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 (file)
index 0000000..1bc2617
--- /dev/null
@@ -0,0 +1,7 @@
+package org.simantics.graph.compiler;\r
+\r
+import java.io.IOException;\r
+\r
+public interface ExternalFileLoader {\r
+       byte[] load(String fileName) throws IOException;\r
+}\r