Package | Description |
---|---|
juzu.io | |
juzu.template |
Modifier and Type | Class and Description |
---|---|
class |
AppendableStream |
class |
BinaryOutputStream |
class |
BinaryStream |
class |
CharStream |
Modifier and Type | Method and Description |
---|---|
Stream |
CharStream.append(byte[] data) |
Stream |
Stream.append(byte[] data) |
Stream |
CharStream.append(byte[] data,
int off,
int len) |
Stream |
Stream.append(byte[] data,
int off,
int len) |
Stream |
BinaryStream.append(ByteBuffer buffer) |
Stream |
CharStream.append(ByteBuffer buffer) |
Stream |
Stream.append(ByteBuffer buffer) |
Stream |
AppendableStream.append(char c) |
Stream |
BinaryStream.append(char c) |
abstract Stream |
CharStream.append(char c) |
Stream |
Stream.append(char c) |
Stream |
BinaryStream.append(CharBuffer buffer) |
Stream |
CharStream.append(CharBuffer buffer) |
Stream |
Stream.append(CharBuffer buffer) |
Stream |
AppendableStream.append(CharSequence csq) |
Stream |
BinaryStream.append(CharSequence csq) |
abstract Stream |
CharStream.append(CharSequence csq) |
Stream |
Stream.append(CharSequence csq) |
Stream |
AppendableStream.append(CharSequence csq,
int start,
int end) |
Stream |
BinaryStream.append(CharSequence csq,
int start,
int end) |
abstract Stream |
CharStream.append(CharSequence csq,
int start,
int end) |
Stream |
Stream.append(CharSequence csq,
int start,
int end) |
static Stream |
Streams.appendable(Charset charset,
Appendable appendable) |
static <A extends OutputStream & Flushable & Closeable> |
Streams.closeable(Charset charset,
A appendable) |
static <A extends Appendable & Flushable & Closeable> |
Streams.closeable(Charset charset,
A appendable) |
static Stream |
Streams.empty() |
static <A extends Appendable & Flushable> |
Streams.flushable(Charset charset,
A appendable) |
Modifier and Type | Method and Description |
---|---|
void |
AsyncStreamable.send(Stream stream) |
void |
Streamable.send(Stream stream) |
void |
Streamable.CharSequence.send(Stream stream) |
void |
Streamable.InputStream.send(Stream stream) |
void |
Streamable.Bytes.send(Stream stream) |
Modifier and Type | Method and Description |
---|---|
Stream |
TemplateRenderContext.getPrinter() |
Modifier and Type | Method and Description |
---|---|
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 © 2013 eXo Platform SAS. All Rights Reserved.