public class AsyncBlob extends JSONBlob
Modifier and Type | Field and Description |
---|---|
protected boolean |
completed |
protected String |
key |
protected int |
progress |
APPLICATION_JSON
string
digest, encoding, filename, mimeType, TEXT_PLAIN, UTF_8
Constructor and Description |
---|
AsyncBlob(String key) |
AsyncBlob(String key,
boolean completed,
int progress) |
AsyncBlob(String key,
boolean completed,
int progress,
String filename) |
Modifier and Type | Method and Description |
---|---|
String |
getKey() |
int |
getProgress() |
boolean |
isCompleted() |
getByteArray, getLength, getStream, getString
equals, equalsStream, getCloseableFile, getCloseableFile, getDigest, getDigestAlgorithm, getEncoding, getFile, getFilename, getMimeType, hashCode, setDigest, setEncoding, setFilename, setMimeType, transferTo, transferTo
public int getProgress()
public boolean isCompleted()
Copyright © 2018 Nuxeo. All rights reserved.