public class FileSinkFactory
extends java.lang.Object
This class tries to instantiate a writer given a filename. Actually it purely tries to analyze the extension and propose the writer according to this extension.
Constructor and Description |
---|
FileSinkFactory() |
public static FileSink sinkFor(java.lang.String filename)
filename
- The file name where the graph will be written.