Package cn.net.pap.common.file
Class ReadFileToMapUtil
java.lang.Object
cn.net.pap.common.file.ReadFileToMapUtil
从文件中读取行信息并存储到 map 中,
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic int
findByte
(byte[] array, byte target) Deprecated.static String
stringAt
(byte[] array, int start, int end) Deprecated.static ConcurrentHashMap<String,
String> 从文本中,按行读取,每行使用 separator 进行分割,存储数据到 ConcurrentHashMap 中返回.static ConcurrentHashMap<String,
String> Deprecated.
-
Constructor Details
-
ReadFileToMapUtil
public ReadFileToMapUtil()
-
-
Method Details
-
toMap
从文本中,按行读取,每行使用 separator 进行分割,存储数据到 ConcurrentHashMap 中返回.- Parameters:
filePath
-separator
-- Returns:
-
toMap1
Deprecated.读取文本内容到 map。 相较于前面方法,执行时间较长。- Parameters:
filePath
-separator
-- Returns:
-
findByte
Deprecated. -
stringAt
Deprecated.
-