Package org.gephi.io.exporter.spi
Interface ByteExporter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setOutputStream(OutputStream stream)
Set the stream where to export.-
Methods inherited from interface org.gephi.io.exporter.spi.Exporter
execute, getWorkspace, setWorkspace
-
-
-
-
Method Detail
-
setOutputStream
void setOutputStream(OutputStream stream)
Set the stream where to export.- Parameters:
stream
- the stream the exporter is to write
-
-