Bitfile
0.9.2
Bit stream file I/O library
|
This is an complete definition for the type containing data needed to correctly manipulate a bit file. More...
Data Fields | |
FILE * | fp |
unsigned char | bitBuffer |
unsigned char | bitCount |
num_func_t | PutBitsNumFunc |
num_func_t | GetBitsNumFunc |
BF_MODES | mode |
This is an complete definition for the type containing data needed to correctly manipulate a bit file.
unsigned char bitBuffer |
bits waiting to be read/written
unsigned char bitCount |
number of bits in bitBuffer
FILE* fp |
file pointer used by stdio functions
num_func_t GetBitsNumFunc |
endian specific BitFileGetBitsNum
BF_MODES mode |
open for read, write, or append
num_func_t PutBitsNumFunc |
endian specific BitFilePutBitsNum