Class MCRIViewZipResource.ZipStreamingOutput

java.lang.Object
org.mycore.iview2.frontend.resources.MCRIViewZipResource.ZipStreamingOutput
All Implemented Interfaces:
jakarta.ws.rs.core.StreamingOutput
Enclosing class:
MCRIViewZipResource

public static class MCRIViewZipResource.ZipStreamingOutput extends Object implements jakarta.ws.rs.core.StreamingOutput
  • Field Details

    • derivateRoot

      protected MCRPath derivateRoot
    • zoom

      protected Integer zoom
  • Constructor Details

    • ZipStreamingOutput

      public ZipStreamingOutput(MCRPath derivateRoot, Integer zoom)
  • Method Details

    • write

      public void write(OutputStream out) throws IOException, jakarta.ws.rs.WebApplicationException
      Specified by:
      write in interface jakarta.ws.rs.core.StreamingOutput
      Throws:
      IOException
      jakarta.ws.rs.WebApplicationException