cdef class FileData: cdef public str folder cdef public str filename @staticmethod cdef from_msgpack(bytes data)