#include <oxp_bunch_of_files.h>
Definition at line 13 of file oxp_bunch_of_files.h.
Public Types | |
| typedef unsigned long | offset_t |
Public Member Functions | |
| oxp_bunch_of_files () | |
| oxp_bunch_of_files (char const *fmt) | |
| ~oxp_bunch_of_files () | |
| bool | open (char const *fmt) |
| bool | open_1 (char const *fmt) |
| void | close () |
| bool | seek (offset_t to) |
| offset_t | tell () const |
| offset_t | read (void *, offset_t) |
| bool | ok () |
Private Member Functions | |
| bool | fix_sizes () |
Private Attributes | |
| int | current_file_index |
| vcl_vector< vcl_string > | filenames |
| vcl_vector< vcl_FILE * > | fps |
| vcl_vector< offset_t > | filesizes |
| vcl_vector< offset_t > | start_byte |
|
|
Definition at line 15 of file oxp_bunch_of_files.h. |
|
|
Definition at line 17 of file oxp_bunch_of_files.h. |
|
|
Definition at line 15 of file oxp_bunch_of_files.cxx. |
|
|
Definition at line 19 of file oxp_bunch_of_files.h. |
|
|
Definition at line 193 of file oxp_bunch_of_files.cxx. |
|
|
Definition at line 80 of file oxp_bunch_of_files.cxx. |
|
|
Definition at line 28 of file oxp_bunch_of_files.h. |
|
|
Definition at line 26 of file oxp_bunch_of_files.cxx. |
|
|
Definition at line 20 of file oxp_bunch_of_files.cxx. |
|
||||||||||||
|
Definition at line 164 of file oxp_bunch_of_files.cxx. |
|
|
Definition at line 129 of file oxp_bunch_of_files.cxx. |
|
|
Definition at line 159 of file oxp_bunch_of_files.cxx. |
|
|
Definition at line 33 of file oxp_bunch_of_files.h. |
|
|
Definition at line 34 of file oxp_bunch_of_files.h. |
|
|
Definition at line 36 of file oxp_bunch_of_files.h. |
|
|
Definition at line 35 of file oxp_bunch_of_files.h. |
|
|
Definition at line 37 of file oxp_bunch_of_files.h. |
1.4.4