public interface ObjectBuilder<D,W>
Modifier and Type | Method and Description |
---|---|
int |
getCompletedSize()
Amount of bytes read so far.
|
W |
getPartialDataHolder()
Get the partially build object
|
int |
getTotalSize()
Total no of bytes that should be read from buffer to completely read the current object
|
void |
setFinalObject(D finalObject)
Set the final object.
|
int getTotalSize()
int getCompletedSize()
W getPartialDataHolder()
void setFinalObject(D finalObject)