Uses of Interface
juzu.io.Stream

Packages that use Stream
juzu.io   
juzu.template   
 

Uses of Stream in juzu.io
 

Classes in juzu.io that implement Stream
 class OutputStream
           
 

Methods in juzu.io with parameters of type Stream
 void ChunkBuffer.send(Stream stream)
           
 void Streamable.send(Stream stream)
          Send the chunks to the stream.
 

Uses of Stream in juzu.template
 

Methods in juzu.template that return Stream
 Stream TemplateRenderContext.getPrinter()
           
 

Methods in juzu.template with parameters of type Stream
 void TemplateRenderContext.render(Stream printer)
           
 void Template.renderTo(Stream printer)
          Renders the template to the specified printer.
 void Template.Builder.renderTo(Stream printer)
          Renders the template to the specified printer.
 void Template.renderTo(Stream printer, Locale locale)
          Renders the template to the specified printer.
 void Template.renderTo(Stream printer, Map<String,?> parameters)
          Renders the template to the specified printer.
 



Copyright © 2014 eXo Platform SAS. All rights reserved.