public interface FileManager
boolean writeFile(String filePath, byte[] datas) throws IOException
filePath,路径必须包含文件名 - datas - IOExceptionboolean writeFile(String filePath, byte[] datas, String secret) throws IOException
filePath,路径必须包含文件名 - datas - secret - 密钥IOExceptionboolean writeThumbPic(String filePath, byte[] datas, int width, int height) throws IOException
filePath,路径必须包含文件名 - datas - width - 缩略图 宽height - 缩略图 高IOExceptionCopyright © 2018. All rights reserved.