Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.automation.client.model
Class StreamBlob

java.lang.Object
  extended by org.nuxeo.ecm.automation.client.model.Blob
      extended by org.nuxeo.ecm.automation.client.model.StreamBlob
All Implemented Interfaces:
Serializable, OperationInput

public class StreamBlob
extends Blob

Author:
Bogdan Stefanescu
See Also:
Serialized Form

Constructor Summary
StreamBlob(InputStream in, String name, String ctype)
           
 
Method Summary
 InputStream getStream()
           
 
Methods inherited from class org.nuxeo.ecm.automation.client.model.Blob
fromBase64String, fromBase64String, getFileName, getInputRef, getInputType, getLength, getMimeType, isBinary, setFileName, setMimeType, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StreamBlob

public StreamBlob(InputStream in,
                  String name,
                  String ctype)
Method Detail

getStream

public InputStream getStream()
                      throws IOException
Specified by:
getStream in class Blob
Throws:
IOException

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.