Class GraphMLgzWriter
java.lang.Object
org.graffiti.plugin.io.AbstractOutputSerializer
org.graffiti.plugins.ios.exporters.graphml.GraphMLWriter
org.graffiti.plugins.ios.exporters.graphml.GraphMLgzWriter
- All Implemented Interfaces:
OutputSerializer
,Serializer
public class GraphMLgzWriter extends GraphMLWriter
- Author:
- Christian Klukas
-
Constructor Summary
Constructors Constructor Description GraphMLgzWriter()
-
Method Summary
Modifier and Type Method Description String[]
getExtensions()
The file extensions the serializer can read or write.String[]
getFileTypeDescriptions()
The file type descriptions of the files the serializer can read or write.void
write(OutputStream stream, Graph g)
Writes the contents of the given graph to a stream.Methods inherited from class org.graffiti.plugins.ios.exporters.graphml.GraphMLWriter
validFor
Methods inherited from class org.graffiti.plugin.io.AbstractOutputSerializer
write
-
Constructor Details
-
GraphMLgzWriter
public GraphMLgzWriter()
-
-
Method Details
-
getExtensions
Description copied from interface:Serializer
The file extensions the serializer can read or write.- Specified by:
getExtensions
in interfaceSerializer
- Overrides:
getExtensions
in classGraphMLWriter
- Returns:
- DOCUMENT ME!
-
getFileTypeDescriptions
Description copied from interface:Serializer
The file type descriptions of the files the serializer can read or write.- Specified by:
getFileTypeDescriptions
in interfaceSerializer
- Overrides:
getFileTypeDescriptions
in classGraphMLWriter
- Returns:
- DOCUMENT ME!
-
write
Description copied from interface:OutputSerializer
Writes the contents of the given graph to a stream.- Specified by:
write
in interfaceOutputSerializer
- Overrides:
write
in classGraphMLWriter
- Parameters:
stream
- The output stream to save the graph to.g
- The graph to save.- Throws:
IOException
-