]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.simantics.graph.compiler/src/org/simantics/graph/compiler/ExternalFileLoader.java
Fixed multiple issues causing dangling references to discarded queries
[simantics/platform.git] / bundles / org.simantics.graph.compiler / src / org / simantics / graph / compiler / ExternalFileLoader.java
1 package org.simantics.graph.compiler;
2
3 import java.io.IOException;
4
5 public interface ExternalFileLoader {
6         byte[] load(String fileName) throws IOException;
7 }