Package | Description |
---|---|
org.nuxeo.ecm.core.api.impl.blob |
BLOB implementations.
|
org.nuxeo.ecm.core.storage.sql |
Implementation of a Nuxeo repository over an SQL database.
|
org.nuxeo.runtime.services.streaming |
Modifier and Type | Method and Description |
---|---|
StreamSource |
StreamingBlob.getStreamSource() |
Constructor and Description |
---|
StreamingBlob(StreamSource src) |
StreamingBlob(StreamSource src,
String mimeType) |
StreamingBlob(StreamSource src,
String mimeType,
String encoding) |
StreamingBlob(StreamSource src,
String mimeType,
String encoding,
String filename,
String digest) |
Modifier and Type | Class and Description |
---|---|
static class |
DefaultBinaryManager.ScrambledStreamSource
A
FileSource that is unscrambled on read using a
BinaryScrambler . |
Modifier and Type | Method and Description |
---|---|
StreamSource |
DefaultBinaryManager.ScrambledBinary.getStreamSource() |
StreamSource |
Binary.getStreamSource() |
Modifier and Type | Class and Description |
---|---|
class |
AbstractStreamSource |
class |
ByteArraySource |
class |
FileSource |
class |
InputStreamSource |
class |
StringSource |
class |
UploadedStreamSource |
class |
URLSource |
class |
ZipEntrySource |
Modifier and Type | Field and Description |
---|---|
StreamSource |
StreamManagerServer.DownloadSession.src |
Modifier and Type | Method and Description |
---|---|
StreamSource |
StreamManagerServer.getStream(String uri) |
StreamSource |
StreamManagerClient.getStream(String uri) |
StreamSource |
StreamManager.getStream(String uri) |
Modifier and Type | Method and Description |
---|---|
void |
StreamManagerServer.addResource(String uri,
StreamSource src) |
String |
StreamManagerServer.addStream(StreamSource src) |
String |
StreamManagerClient.addStream(StreamSource src) |
String |
StreamManager.addStream(StreamSource src) |
Constructor and Description |
---|
StreamManagerServer.DownloadSession(StreamSource src) |
Copyright © 2011 Nuxeo SA. All Rights Reserved.