Public Member Functions | |
TekFileBZ2Binary () | |
~TekFileBZ2Binary () | |
virtual TEKERR | get_BytesIn (uint64_t *RetVal) |
virtual TEKERR | get_BytesOut (uint64_t *RetVal) |
virtual TEKERR | put_UseLessMemory (unsigned int NewVal) |
virtual TEKERR | get_UseLessMemory (unsigned int *RetVal) |
virtual TEKERR | put_WorkFactor (unsigned int NewVal) |
virtual TEKERR | get_WorkFactor (unsigned int *RetVal) |
virtual TEKERR | put_Verbosity (unsigned int NewVal) |
virtual TEKERR | get_Verbosity (unsigned int *RetVal) |
virtual TEKERR | put_BlockSize (unsigned int NewVal) |
virtual TEKERR | get_BlockSize (unsigned int *RetVal) |
virtual TEKERR | CloseStream () |
virtual TEKERR | OpenStream () |
virtual TEKERR | get_FILE (FILE **FileDescriptor) |
virtual TEKERR | get_Filename (uchar_t **Name) |
virtual TEKERR | get_Mode (TekFileMode *ModeID) |
virtual TEKERR | get_Type (TekFileType *FileTypePointer) |
virtual TEKERR | put_FILE (FILE *FileDescriptor) |
virtual TEKERR | put_Filename (uchar_t *Name) |
virtual TEKERR | put_Mode (TekFileMode ModeID) |
virtual TEKERR | Close () |
virtual TEKERR | Flush () |
virtual TEKERR | Open () |
virtual TEKERR | Open64 () |
virtual TEKERR | Read64 (void *Buffer, uint64_t BytesToRead, uint64_t *BytesRead) |
virtual TEKERR | Read (void *Buffer, unsigned long BytesToRead, unsigned long *BytesRead) |
virtual TEKERR | Seek64 (TekFileSeek SeekWhere, int64_t NewLocation) |
virtual TEKERR | Seek (TekFileSeek SeekWhere, signed long NewLocation) |
virtual TEKERR | Write64 (void *Buffer, uint64_t BytesToWrite, uint64_t *BytesWrote) |
virtual TEKERR | Write (void *Buffer, unsigned long BytesToWrite, unsigned long *BytesWrote) |
virtual TEKERR | get_Location (unsigned long *Location) |
virtual TEKERR | get_Location64 (uint64_t *Location) |
Definition at line 37 of file tekfilebz2binary.h.
|
Instantizer. Definition at line 57 of file TekFileBZ2Binary.cpp. |
|
Destructor. Definition at line 81 of file TekFileBZ2Binary.cpp. References Close(). Here is the call graph for this function: ![]() |
|
Closes the file. Implements TekFileBZ2. Definition at line 587 of file TekFileBZ2Binary.cpp. References i64::i64_a, and i64::i64_b. Referenced by put_FILE(), and ~TekFileBZ2Binary(). |
|
Tells the BZIP2 library to close the stream currently open for the internally held FILE * Implements TekFileBZ2. Definition at line 332 of file TekFileBZ2Binary.cpp. References i64::i64_a, and i64::i64_b. Referenced by put_FILE(). |
|
This function is not implemented. Implements TekFileBZ2. Definition at line 714 of file TekFileBZ2Binary.cpp. |
|
Retrieves the block size to use for writing. Implements TekFileBZ2. Definition at line 309 of file TekFileBZ2Binary.cpp. |
|
Retrieves the amount of bytes bzip2 recieved. Implements TekFileBZ2. Definition at line 102 of file TekFileBZ2Binary.cpp. |
|
Retrieves the amount of bytes bzip2 put out. Implements TekFileBZ2. Definition at line 125 of file TekFileBZ2Binary.cpp. |
|
Obtains the handle used to access the open file. Implements TekFileBZ2. Definition at line 451 of file TekFileBZ2Binary.cpp. |
|
Obtains the filename in the form of a uchar. Implements TekFileBZ2. Definition at line 474 of file TekFileBZ2Binary.cpp. |
|
Retrieves the location. Implements TekFileBZ2. Definition at line 1073 of file TekFileBZ2Binary.cpp. |
|
Retrieves the location and stores it in a 64-bit variable. Implements TekFileBZ2. Definition at line 1089 of file TekFileBZ2Binary.cpp. |
|
Retrieves the mode currently set. Implements TekFileBZ2. Definition at line 661 of file TekFileBZ2Binary.cpp. |
|
Gets the file type. Implements TekFileBZ2. Definition at line 569 of file TekFileBZ2Binary.cpp. |
|
Retrieves the UseLessMemory flag. Implements TekFileBZ2. Definition at line 175 of file TekFileBZ2Binary.cpp. |
|
Retrieves the current verbosity value. Implements TekFileBZ2. Definition at line 265 of file TekFileBZ2Binary.cpp. |
|
Retrieves the work factor number. Implements TekFileBZ2. Definition at line 223 of file TekFileBZ2Binary.cpp. |
|
Opens the file and a BZIP2 stream. Implements TekFileBZ2. Definition at line 725 of file TekFileBZ2Binary.cpp. |
|
Opens the file and a BZIP2 stream using 64 bit semantics. Implements TekFileBZ2. Definition at line 811 of file TekFileBZ2Binary.cpp. |
|
Tells the BZIP2 library to open a stream for the internally held FILE * Implements TekFileBZ2. Definition at line 395 of file TekFileBZ2Binary.cpp. |
|
Sets the block size to use for writing. Allowed values are 1-9. Implements TekFileBZ2. Definition at line 288 of file TekFileBZ2Binary.cpp. |
|
Sets the handle used to access a file. Implements TekFileBZ2. Definition at line 510 of file TekFileBZ2Binary.cpp. References Close(), and CloseStream(). Here is the call graph for this function: ![]() |
|
Sets the filename to access. Implements TekFileBZ2. Definition at line 537 of file TekFileBZ2Binary.cpp. References _uchar_t::uchar_t_ascii, and _uchar_t::uchar_t_asciilen. |
|
Retrieves the mode currently set. Implements TekFileBZ2. Definition at line 686 of file TekFileBZ2Binary.cpp. |
|
Sets or resets the UseLessMemory flag. Implements TekFileBZ2. Definition at line 148 of file TekFileBZ2Binary.cpp. |
|
Sets the current verbosity value. Implements TekFileBZ2. Definition at line 246 of file TekFileBZ2Binary.cpp. |
|
Sets the work factor number. Implements TekFileBZ2. Definition at line 204 of file TekFileBZ2Binary.cpp. |
|
Read from the file. Implements TekFileBZ2. Definition at line 908 of file TekFileBZ2Binary.cpp. |
|
Read from the file using 64 bit semantics. Implements TekFileBZ2. Definition at line 897 of file TekFileBZ2Binary.cpp. |
|
This is not implemented. Implements TekFileBZ2. Definition at line 1002 of file TekFileBZ2Binary.cpp. |
|
This is not implemented. Implements TekFileBZ2. Definition at line 991 of file TekFileBZ2Binary.cpp. |
|
Write to the file. Implements TekFileBZ2. Definition at line 1024 of file TekFileBZ2Binary.cpp. |
|
Write to the file using 64 bit semantics. Implements TekFileBZ2. Definition at line 1013 of file TekFileBZ2Binary.cpp. |