MCPcopy Create free account
hub / github.com/dmlc/dmlc-core / ~SingleFileSplit

Method ~SingleFileSplit

src/io/single_file_split.h:52–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected