Go to the documentation of this file.
26 #ifndef SHORE_STREAM_STREAM_SLICER_HPP__
27 #define SHORE_STREAM_STREAM_SLICER_HPP__
69 bool try_mmap(
const std::string &fn);
78 const uint64_t startoff=0);
81 const uint64_t startoff=0);
85 const slice ¤t()
const;
87 bool has_data()
const;
90 void move(
const uint64_t n);
95 #endif // SHORE_STREAM_STREAM_SLICER_HPP__