* Read a chunk of the stream
(params: IO.ReadParams)
| 11313 | * Read a chunk of the stream |
| 11314 | */ |
| 11315 | read(params: IO.ReadParams): Promise<IO.ReadResult | undefined>; |
| 11316 | |
| 11317 | /** |
| 11318 | * Return UUID of Blob object specified by a remote object id. |
no outgoing calls
no test coverage detected