org.grinvin.io

Class GraphBundleSaver


public class GraphBundleSaver
extends java.lang.Object

Saves a GraphBundleView onto an output stream.

Method Summary

static void
save(GraphBundleView bundle, OutputStream out)
Save the bundle onto the output stream.

Method Details

save

public static void save(GraphBundleView bundle,
                        OutputStream out)
            throws IOException
Save the bundle onto the output stream.
Parameters:
bundle - Bundle which should be saved
out - Output stream to which the bundle should be written