Package javatapas.io
Class GetListFromFile
java.lang.Object
javatapas.io.GetListFromFile
public class GetListFromFile extends Object
Instantiate a Java List from the contents in a Text file.
Published at https://www.javatapas.com/io/Java-Get-List-From-File.html
Javadoc at https://www.javatapas.com/docs/javatapas/io/GetListFromFile.html
Published at https://www.javatapas.com/io/Java-Get-List-From-File.html
Javadoc at https://www.javatapas.com/docs/javatapas/io/GetListFromFile.html
- Version:
- 2021-04-28
- Author:
- Kodiak Brown
-
Constructor Summary
Constructors Constructor Description GetListFromFile()
-
Method Summary
Modifier and Type Method Description static List<String>
getListFromFile(String fileName)
-
Constructor Details
-
GetListFromFile
public GetListFromFile()
-
-
Method Details
-
getListFromFile
- Parameters:
fileName
- The name of the source file.- Throws:
IOException
-