摘要: 判断是否是纯文本文件 import com.google.common.collect.Lists; import com.jdl.jscaffold.exception.BusinessException; import lombok.extern.slf4j.Slf4j; import org. 阅读全文
posted @ 2024-03-22 15:20 SpecialSpeculator 阅读(28) 评论(0) 推荐(0) 编辑
摘要: base64 常用与处理二进制文件数据流,做文本 byte[] bytes = FileUtil.readBytes(file); // 二进制i读取为字节数组 String content = Base64.getEncoder().encodeToString(bytes); // 字节数组按照 阅读全文
posted @ 2024-03-22 15:05 SpecialSpeculator 阅读(11) 评论(0) 推荐(0) 编辑