Does ConstBitStream load the entire file to the memory?

119 Views Asked by At

Does ConsBitStream load the entire file to the memory when using is as follows?

s = ConstBitStream(filename='test/test.m1v')

I am performing bit operation on large files and I want to avoid loading them entirely.

0

There are 0 best solutions below