ProxySource#

Base interface for all supported sources in Proxy and are not NDim objects. For example, a file, a memory buffer, a network resource, etc. For NDims, see ProxyNDSource.

Methods#

get_chunk

Return the compressed chunk in self.

aget_chunk

Return the compressed chunk in self asynchronously.

Attributes#

nbytes

The total number of bytes in the source.

chunksize

The chunksize of the source.

typesize

The typesize of the source.