org.gephi.io.exporter.spi
Interface ByteExporter
- All Superinterfaces:
- Exporter
- All Known Implementing Classes:
- PDFExporter
public interface ByteExporter
- extends Exporter
Exporter class for byte streams, when an OutputStream
is needed.
- Author:
- Mathieu Bastian
Method Summary |
void |
setOutputStream(java.io.OutputStream stream)
Set the stream where to export. |
setOutputStream
void setOutputStream(java.io.OutputStream stream)
- Set the stream where to export.
- Parameters:
stream
- the stream the exporter is to write