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.
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.