类 ScanResponseUnmarshaller
- java.lang.Object
-
- com.baidubce.services.tablestorage.model.transform.ScanResponseUnmarshaller
-
- 所有已实现的接口:
Unmarshaller<ScanResponse,InputStream>
public class ScanResponseUnmarshaller extends Object implements Unmarshaller<ScanResponse,InputStream>
Used to parse ScanResponse from HttpResponse body
-
-
构造器概要
构造器 构造器 说明 ScanResponseUnmarshaller(AbstractBceResponse response)Constructs a scan response unmarshaller with response object.
-
-
-
构造器详细资料
-
ScanResponseUnmarshaller
public ScanResponseUnmarshaller(AbstractBceResponse response)
Constructs a scan response unmarshaller with response object.- 参数:
response- The show table response object used to store unmarshalled result.
-
-
方法详细资料
-
unmarshall
public ScanResponse unmarshall(InputStream in) throws Exception
Unmarshal the scan response from TableStorage.- 指定者:
unmarshall在接口中Unmarshaller<ScanResponse,InputStream>- 参数:
in- The input stream of content to be unmarshalled.- 返回:
- The scan response object.
- 抛出:
Exception
-
-