获取支持读取的文件扩展名
(self)
| 138 | raise StegaPyException(str(e), StegaPyErrors.UNHANDLED_EXCEPTION, self.NAMESPACE) |
| 139 | |
| 140 | def get_readable_file_extensions(self) -> List[str]: |
| 141 | """获取支持读取的文件扩展名""" |
| 142 | return ['png', 'bmp', 'jpg', 'jpeg'] |
| 143 | |
| 144 | def get_writable_file_extensions(self) -> List[str]: |
| 145 | """获取支持写入的文件扩展名""" |
nothing calls this directly
no outgoing calls
no test coverage detected