|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Stream.Binary | |
|---|---|
| juzu | |
| juzu.io | |
| Uses of Stream.Binary in juzu |
|---|
| Methods in juzu that return types with arguments of type Stream.Binary | |
|---|---|
static Response.Content<Stream.Binary> |
Response.content(int code,
InputStream content)
|
static Response.Content<Stream.Binary> |
Response.ok(InputStream content)
|
| Uses of Stream.Binary in juzu.io |
|---|
| Classes in juzu.io that implement Stream.Binary | |
|---|---|
class |
BinaryOutputStream
|
| Methods in juzu.io that return Stream.Binary | |
|---|---|
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)
|
| Methods in juzu.io with parameters of type Stream.Binary | |
|---|---|
void |
Streamable.InputStream.send(Stream.Binary stream)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||