constructor
| 141 | size_t buffer_size_; |
| 142 | // constructor |
| 143 | InputSplitBase() |
| 144 | : fs_(NULL), |
| 145 | tmp_chunk_(kBufferSize), |
| 146 | buffer_size_(kBufferSize), |
| 147 | align_bytes_(8) {} |
| 148 | /*! |
| 149 | * \brief intialize the base before doing anything |
| 150 | * \param fs the filesystem ptr |
nothing calls this directly
no outgoing calls
no test coverage detected