Interface ResourceByGenerator.Generator

Enclosing class:
ResourceByGenerator

public static interface ResourceByGenerator.Generator
The interface that must be implemented by the content provider.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Write the generated output to the given stream.
  • Method Details

    • write

      void write(OutputStream stream) throws IOException
      Write the generated output to the given stream.
      Parameters:
      stream - the output stream
      Throws:
      IOException - Signals that an I/O exception has occurred.