|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||