public class PbfBlobResult extends Object
| Constructor and Description |
|---|
PbfBlobResult()
Creates a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
List<ReaderElement> |
getEntities()
Gets the entities decoded from the blob.
|
Exception |
getException() |
boolean |
isComplete()
Gets the complete flag.
|
boolean |
isSuccess()
Gets the success flag.
|
void |
storeFailureResult(Exception ex)
Stores a failure result for a blob decoding operation.
|
void |
storeSuccessResult(List<ReaderElement> decodedEntities)
Stores the results of a successful blob decoding operation.
|
public void storeSuccessResult(List<ReaderElement> decodedEntities)
decodedEntities - The entities from the blob.public void storeFailureResult(Exception ex)
public boolean isComplete()
public boolean isSuccess()
public Exception getException()
public List<ReaderElement> getEntities()
Copyright © 2012–2018. All rights reserved.