| 50 | buffer_.resize(kBufferSize); |
| 51 | } |
| 52 | virtual ~SingleFileSplit(void) { |
| 53 | if (!use_stdin_) std::fclose(fp_); |
| 54 | } |
| 55 | virtual void BeforeFirst(void) { |
| 56 | fseek(fp_, 0, SEEK_SET); |
| 57 | } |
nothing calls this directly
no outgoing calls
no test coverage detected