36 bool is_valid()
const;
37 std::string name()
const;
40 [[deprecated]] time_type modification_date()
const;
41 [[deprecated]] time_type creation_date()
const;
42 time_t modification_date_t()
const;
43 time_t creation_date_t()
const;
44 byte_array checksum()
const;
45 std::string mime_type()
const;
46 byte_array data()
const;
51 embedded_file_private *d;
52 friend class embedded_file_private;