类 StreamIterator<T>
- java.lang.Object
-
- com.baidubce.appbuilder.base.utils.iterator.StreamIterator<T>
-
- 所有已实现的接口:
AutoCloseable,Iterator<T>
public class StreamIterator<T> extends Object implements Iterator<T>, AutoCloseable
-
-
构造器概要
构造器 构造器 说明 StreamIterator(org.apache.hc.client5.http.impl.classic.CloseableHttpResponse resp, Type type)
-
-
-
构造器详细资料
-
StreamIterator
public StreamIterator(org.apache.hc.client5.http.impl.classic.CloseableHttpResponse resp, Type type) throws IOException- 抛出:
IOException
-
-