Package org.gephi.graph
Class GraphPersistenceProvider
- java.lang.Object
-
- org.gephi.graph.GraphPersistenceProvider
-
- All Implemented Interfaces:
org.gephi.project.spi.WorkspaceBytesPersistenceProvider
,org.gephi.project.spi.WorkspacePersistenceProvider
public class GraphPersistenceProvider extends Object implements org.gephi.project.spi.WorkspaceBytesPersistenceProvider
-
-
Field Summary
Fields Modifier and Type Field Description private static int
GRAPHSTORE_SERIALIZATION_GRAPHMODEL_CONFIG_ID
-
Constructor Summary
Constructors Constructor Description GraphPersistenceProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getIdentifier()
void
readBytes(DataInputStream stream, org.gephi.project.api.Workspace workspace)
void
writeBytes(DataOutputStream stream, org.gephi.project.api.Workspace workspace)
-
-
-
Field Detail
-
GRAPHSTORE_SERIALIZATION_GRAPHMODEL_CONFIG_ID
private static final int GRAPHSTORE_SERIALIZATION_GRAPHMODEL_CONFIG_ID
- See Also:
- Constant Field Values
-
-
Method Detail
-
writeBytes
public void writeBytes(DataOutputStream stream, org.gephi.project.api.Workspace workspace)
- Specified by:
writeBytes
in interfaceorg.gephi.project.spi.WorkspaceBytesPersistenceProvider
-
readBytes
public void readBytes(DataInputStream stream, org.gephi.project.api.Workspace workspace)
- Specified by:
readBytes
in interfaceorg.gephi.project.spi.WorkspaceBytesPersistenceProvider
-
getIdentifier
public String getIdentifier()
- Specified by:
getIdentifier
in interfaceorg.gephi.project.spi.WorkspacePersistenceProvider
-
-