Questions tagged [chunks]

A chunk is a fragment of information which is used in many multimedia formats

A chunk is a fragment of information which is used in many multimedia formats, such as PNG, IFF, MP3 and AVI.

Each chunk contains a header which indicates some parameters (e.g. the type of chunk, comments, size etc.) In the middle there is a variable area containing data which are decoded by the program from the parameters in the header. Chunks may also be fragments of information which are downloaded or managed by P2P programs. In distributed computing, a chunk is a set of data which are sent to a processor or one of the parts of a computer for processing. For example a sub-set of rows of a matrix.

901 questions
-9
votes
1 answer

read text file chunks by chunks by scrollbar

Hi i have read this question : Reading very large text files, should I be incorporating async? I diged the net especially the STACK OVERFLOW ! The results was 14 method to do this but none of them is not complete ! In 2 last days , i am working on…
Smart Man
  • 225
  • 1
  • 3
  • 16
1 2 3
60
61