| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectorg.grinvin.io.graphs.GraphBundleSaverpublic class GraphBundleSaverextends java.lang.ObjectGraphBundleView 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