Package org.graffiti.plugins.ios.exporters.graphml
This package provides a plugin for writing Graphs to
files using the graphML format.
- 
Class Summary Class Description Base64 Encodes and decodes to and from Base64 notation.Base64.InputStream ABase64.InputStreamwill read data from anotherInputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly.Base64.OutputStream ABase64.OutputStreamwill write data to anotherOutputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly.GraphMLgzWriter GraphMLWriter ClassGraphMLWriteris the main class for writing a graph to a graphML file.GraphMLWriterPlugin The plugin class for the graphML writing package.