#include <PhxBitVector.h>
Public Member Functions | |
| InputFile (const String &fileName) | |
| Attempts to create a new InputFile from the file with specified name. | |
| virtual | ~InputFile () |
| Destroys the file object, automatically closing the file. | |
| BitVector | newBitVector (void) |
| Create a new BitVector using the next sequence of bytes in the file. | |
| uint32_t | bitVectorCount (void) const |
| Returns the number of BitVectors read from the file thus far. | |
| uint32_t | bitVectorCountMax (void) const |
| The maximum number of BitVectors that can be read from the file. | |
|
|
Attempts to create a new InputFile from the file with specified name.
|
|
|
Returns the number of BitVectors read from the file thus far.
|
|
|
The maximum number of BitVectors that can be read from the file.
|
|
|
Create a new BitVector using the next sequence of bytes in the file. Attempting to read when bitVectorCount() == bitVectorCountMax() (i.e., when all BitVectors in the file have been read), will result in an empty BitVector being returned.
|
1.4.2