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.voidwrite(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
validForMethods inherited from class org.graffiti.plugin.io.AbstractOutputSerializer
write
-
Constructor Details
-
GraphMLgzWriter
public GraphMLgzWriter()
-
-
Method Details
-
getExtensions
Description copied from interface:SerializerThe file extensions the serializer can read or write.- Specified by:
getExtensionsin interfaceSerializer- Overrides:
getExtensionsin classGraphMLWriter- Returns:
- DOCUMENT ME!
-
getFileTypeDescriptions
Description copied from interface:SerializerThe file type descriptions of the files the serializer can read or write.- Specified by:
getFileTypeDescriptionsin interfaceSerializer- Overrides:
getFileTypeDescriptionsin classGraphMLWriter- Returns:
- DOCUMENT ME!
-
write
Description copied from interface:OutputSerializerWrites the contents of the given graph to a stream.- Specified by:
writein interfaceOutputSerializer- Overrides:
writein classGraphMLWriter- Parameters:
stream- The output stream to save the graph to.g- The graph to save.- Throws:
IOException
-