public class StreamBlob extends AbstractBlob
filename, length, mimeType| Constructor and Description |
|---|
StreamBlob(InputStream inputStream,
String filename) |
StreamBlob(InputStream inputStream,
String filename,
long length) |
StreamBlob(InputStream inputStream,
String filename,
String mimeType) |
StreamBlob(InputStream inputStream,
String filename,
String mimeType,
long length) |
| Modifier and Type | Method and Description |
|---|---|
InputStream |
getStream() |
getContentLength, getFilename, getLength, getMimeTypepublic StreamBlob(InputStream inputStream, String filename)
public StreamBlob(InputStream inputStream, String filename, long length)
public StreamBlob(InputStream inputStream, String filename, String mimeType)
public StreamBlob(InputStream inputStream, String filename, String mimeType, long length)
public InputStream getStream()
Copyright © 2018 Nuxeo. All rights reserved.