Nuxeo ECM Projects 5.4.3-SNAPSHOT

Uses of Class
org.nuxeo.ecm.core.api.impl.blob.StreamingBlob

Packages that use StreamingBlob
org.nuxeo.ecm.core.api.impl.blob BLOB implementations. 
 

Uses of StreamingBlob in org.nuxeo.ecm.core.api.impl.blob
 

Methods in org.nuxeo.ecm.core.api.impl.blob that return StreamingBlob
static StreamingBlob StreamingBlob.createFromByteArray(byte[] bytes)
           
static StreamingBlob StreamingBlob.createFromByteArray(byte[] bytes, String mimeType)
           
static StreamingBlob StreamingBlob.createFromFile(File file)
           
static StreamingBlob StreamingBlob.createFromFile(File file, String mimeType)
           
static StreamingBlob StreamingBlob.createFromStream(InputStream is)
           
static StreamingBlob StreamingBlob.createFromStream(InputStream is, String mimeType)
           
static StreamingBlob StreamingBlob.createFromString(String str)
           
static StreamingBlob StreamingBlob.createFromString(String str, String mimeType)
           
static StreamingBlob StreamingBlob.createFromURL(URL url)
           
static StreamingBlob StreamingBlob.createFromURL(URL url, String mimeType)
           
 


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.