Decode triples from a binary file. More...
Public Member Functions | |
Decode (int bufferSize, QueueAccessFile *file, T *triple=0) | |
Intialise the decode from a QueueAccessFile. | |
void | refreshBlock (void) |
Fill the block with the next portion of the buffer. | |
void | refreshBuffer (void) |
Fill the buffer with the next portion of the binary file. |
Decode triples from a binary file.
This class allows the user to decode a list of triples from a binary file that was previously created using the Encode class. The template parameter is the class of triples begin decoded.