Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.grinvin.io.graphs.GraphBundleSaver
public class GraphBundleSaver
extends java.lang.Object
GraphBundleView
onto an output stream.
Method Summary | |
static void |
|
static void |
|
public static void save(GraphBundleView bundle, SectionSaver ssaver, String path) throws IOException
public static void saveToZip(GraphBundleView bundle, OutputStream out) throws IOException
Save the bundle onto the output stream.
- Parameters:
bundle
- Bundle which should be savedout
- Output stream to which the bundle should be written