方法名调整;确保公共属性被定义

This commit is contained in:
UnCLAS-Prommer
2026-02-15 22:56:26 +08:00
parent 275608abea
commit 75e154741d
4 changed files with 43 additions and 19 deletions

View File

@@ -11,7 +11,7 @@ logger = get_logger("file_utils")
class FileUtils:
@staticmethod
def save_bytes_to_file(file_path: Path, data: bytes):
def save_binary_to_file(file_path: Path, data: bytes):
"""
将字节数据保存到指定文件路径