Interface ByteExporter

  • All Superinterfaces:
    Exporter

    public interface ByteExporter
    extends Exporter
    Exporter class for byte streams, when an OutputStream is needed.
    Author:
    Mathieu Bastian
    • Method Detail

      • setOutputStream

        void setOutputStream​(OutputStream stream)
        Set the stream where to export.
        Parameters:
        stream - the stream the exporter is to write