bit read stream

  • Thread starter Thread starter Iwan Petrow
  • Start date Start date
I

Iwan Petrow

Hi,

I want to create a stream which reads a file bit by bit (the stream has
method ReadBit()).

Does anybody know some links, articles and examples on this topic.

Thanks.
 
Is it a problem to read bytes first and then go into the byte and read
the bits? If not then you just want to create a FileStream and read one
byte from the stream at a time.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top