tudocomp
– The TU Dortmund Compression Framework
Deprecated List
Member tdc::io::Input::from_memory (const std::vector< uint8_t > &buf)
Use the respective constructor instead.
Member tdc::io::Input::from_memory (const string_ref buf)
Use the respective constructor instead.
Member tdc::io::Input::from_path (std::string path)
Use the respective constructor instead.
Member tdc::io::Output::from_memory (std::vector< uint8_t > &buf)
Use the respective constructor instead.
Member tdc::io::Output::from_path (const Path &path, bool overwrite=false)
Use the respective constructor instead.
Member tdc::io::Output::from_stream (std::ostream &stream)
Use the respective constructor instead.
Member tdc::Meta::needs_sentinel_terminator ()