public class ScanResponseUnmarshaller extends Object implements Unmarshaller<ScanResponse,InputStream>
| Constructor and Description |
|---|
ScanResponseUnmarshaller(AbstractBceResponse response)
Constructs a scan response unmarshaller with response object.
|
| Modifier and Type | Method and Description |
|---|---|
ScanResponse |
unmarshall(InputStream in)
Unmarshal the scan response from TableStorage.
|
public ScanResponseUnmarshaller(AbstractBceResponse response)
response - The show table response object used to store unmarshalled result.public ScanResponse unmarshall(InputStream in) throws Exception
unmarshall in interface Unmarshaller<ScanResponse,InputStream>in - The input stream of content to be unmarshalled.ExceptionCopyright © 2020. All rights reserved.