Interface WriteAction


public interface WriteAction
  • Method Summary

    Modifier and Type Method Description
    void execute​(java.io.OutputStream outputStream)  
  • Method Details

    • execute

      void execute​(java.io.OutputStream outputStream) throws java.io.IOException
      Throws:
      java.io.IOException