| Package | Description |
|---|---|
| com.aliyun.odps.storage | |
| com.aliyun.odps.storage.internal | |
| com.aliyun.odps.storage.internal.io |
| Modifier and Type | Method and Description |
|---|---|
BlobDataIterator |
BlobManager.batchDownload(List<Blob> blobs)
Downloads multiple blobs in batch.
|
| Modifier and Type | Method and Description |
|---|---|
BlobDataIterator |
BlobManagerImpl.batchDownload(List<Blob> blobs) |
| Modifier and Type | Class and Description |
|---|---|
class |
BlobDataIteratorImpl
| BlobIteratorImpl.next() 返回一个 LimitedInputStream,
| 它包装了下面的"干净的协议帧流",限定了单个Blob的Data范围
+-------------------------------------------------------------------------+
| BlobIteratorImpl (迭代器实现) |
| |
| - 它消费的是一个“干净的协议帧流”。 |
| - 它的工作是解析 [HeaderLen][Header][DataLen][Data]...
|
Copyright © 2026 Alibaba Cloud Computing. All rights reserved.