org.grinvin.io.graphs
Class EmbeddingLoader
java.lang.Object
org.grinvin.io.graphs.EmbeddingLoader
public class EmbeddingLoader
extends java.lang.Object
Loads an embedding.xml-section from an input stream.
load
public static void load(Embedding embedding,
Element element)
throws IOException
load
public static void load(Embedding embedding,
InputStream input)
throws IOException
Load the embedding from the input stream.
loadNonValidating
public static void loadNonValidating(Embedding embedding,
InputStream input)
throws IOException