public interface Blob extends Serializable
| Modifier and Type | Method and Description |
|---|---|
long |
getContentLength() |
String |
getFilename() |
int |
getLength()
Deprecated.
since 3.1, use
getContentLength() instead |
String |
getMimeType() |
InputStream |
getStream() |
String getFilename()
String getMimeType()
@Deprecated int getLength()
getContentLength() insteadlong getContentLength()
InputStream getStream() throws IOException
IOExceptionCopyright © 2018 Nuxeo. All rights reserved.