Uses of Enum Class
org.aoju.bus.core.io.file.LineSeparator
Packages that use LineSeparator
Package
Description
对文件读写的封装,包括文件拷贝、文件读取、文件写出、行处理等
工具包,提供各种工具方法,按照归类入口为XXXKit,如数组工具ArrayKit等
-
Uses of LineSeparator in org.aoju.bus.core.io.file
Methods in org.aoju.bus.core.io.file that return LineSeparatorModifier and TypeMethodDescriptionstatic LineSeparatorReturns the enum constant of this class with the specified name.static LineSeparator[]LineSeparator.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.aoju.bus.core.io.file with parameters of type LineSeparatorModifier and TypeMethodDescription<T> FileFileWriter.writeLines(Iterable<T> list, LineSeparator lineSeparator, boolean isAppend) 将列表写入文件FileWriter.writeMap(Map<?, ?> map, LineSeparator lineSeparator, String kvSeparator, boolean isAppend) 将Map写入文件,每个键值对为一行,一行中键与值之间使用kvSeparator分隔 -
Uses of LineSeparator in org.aoju.bus.core.toolkit
Methods in org.aoju.bus.core.toolkit with parameters of type LineSeparatorModifier and TypeMethodDescriptionstatic FileFileKit.convertLineSeparator(File file, Charset charset, LineSeparator lineSeparator) 转换换行符 将给定文件的换行符转换为指定换行符