/**
  * Do write active resource.
  *
  * @param resource the resource
  * @param outputStream the output stream
  * @throws IOException the IO exception
  */
 protected void doWriteActiveResource(IActiveResource resource, OutputStream outputStream)
     throws IOException {
   super.writeActiveResource(resource, outputStream);
 }