downloadedPrefixSize property

int downloadedPrefixSize
final

downloadedPrefixSize If is_downloading_completed is false, then only some prefix of the file starting from download_offset is ready to be read. downloaded_prefix_size is the size of that prefix in bytes

Implementation

final int downloadedPrefixSize;