org.grinvin.io.graphs

Class EmbeddingLoader


public class EmbeddingLoader
extends java.lang.Object

Loads an embedding.xml-section from an input stream.

Method Summary

static void
load(Embedding embedding, Element element)
static void
load(Embedding embedding, InputStream input)
Load the embedding from the input stream.
static void
loadNonValidating(Embedding embedding, InputStream input)

Method Details

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