maccatalan
Registered
Hi.
I'm trying to read a file bit per bit with Cocoa but it seems that byte per byte access is the minimum available way to proceed (NSFileHandle -> readDataOfLength).
Do you know any way to read a file bit per bit ?
Thank you,
Pierre.
NB: for me a byte is a string of 8 bits ... in french we say "octet" and "bit", it's more obvious.
I'm trying to read a file bit per bit with Cocoa but it seems that byte per byte access is the minimum available way to proceed (NSFileHandle -> readDataOfLength).
Do you know any way to read a file bit per bit ?
Thank you,
Pierre.
NB: for me a byte is a string of 8 bits ... in french we say "octet" and "bit", it's more obvious.