read File2 List
Return the lines in file.
Return
the lines in file
Parameters
filePath
The path of file.
open fun readFile2List(filePath: String, charsetName: String): List<String>
Content copied to clipboard
Return the lines in file.
Return
the lines in file
Parameters
filePath
The path of file.
charsetName
The name of charset.
Return the lines in file.
Return
the lines in file
Parameters
file
The file.
Return the lines in file.
Return
the lines in file
Parameters
file
The file.
charsetName
The name of charset.
Return the lines in file.
Return
the lines in file
Parameters
filePath
The path of file.
st
The line's index of start.
end
The line's index of end.
Return the lines in file.
Return
the lines in file
Parameters
filePath
The path of file.
st
The line's index of start.
end
The line's index of end.
charsetName
The name of charset.
Return the lines in file.
Return
the lines in file
Parameters
file
The file.
st
The line's index of start.
end
The line's index of end.