public interface FileWriter extends Closeable
<T> void writeLine(List<T> line, Map<String,Object> configs)
line - 行数据configs - 一些配置或样式等等(File<T> void writeMany(List<List<T>> many, Map<String,Object> configs)
many - 多条configs - 样式或其他数据File getFile()
void createFile()
void flush()
throws IOException
IOExceptionCopyright © 2022 Pivotal Software, Inc.. All rights reserved.