| Package | Description |
|---|---|
| juzu | |
| juzu.io |
| Modifier and Type | Method and Description |
|---|---|
static Response.Content<Stream.Binary> |
Response.content(int code,
InputStream content) |
static Response.Content<Stream.Binary> |
Response.notFound(InputStream content) |
static Response.Content<Stream.Binary> |
Response.ok(InputStream content) |
| Modifier and Type | Class and Description |
|---|---|
class |
BinaryOutputStream |
| Modifier and Type | Method and Description |
|---|---|
Stream.Binary |
BinaryOutputStream.append(byte[] data) |
Stream.Binary |
Stream.Binary.append(byte[] data) |
Stream.Binary |
BinaryOutputStream.append(byte[] data,
int off,
int len) |
Stream.Binary |
Stream.Binary.append(byte[] data,
int off,
int len) |
| Modifier and Type | Method and Description |
|---|---|
void |
Streamable.InputStream.send(Stream.Binary stream) |
Copyright © 2013 eXo Platform SAS. All Rights Reserved.