| 196 | |
| 197 | public: |
| 198 | std::unique_ptr<WriterT> CreateWriter(StringView name, std::uint32_t iter) { |
| 199 | return DftCreateWriterImpl<WriterT>(name, iter); |
| 200 | } |
| 201 | |
| 202 | std::unique_ptr<ReaderT> CreateReader(StringView name, std::uint64_t offset, |
| 203 | std::uint64_t length) const { |