public abstract class ReformatUtil
extends java.lang.Object
Constructor and Description |
---|
ReformatUtil() |
Modifier and Type | Method and Description |
---|---|
static java.util.List<java.lang.String> |
getFileLines(java.io.File file)
Read in the lines of a
File as a List of Strings. |
public static java.util.List<java.lang.String> getFileLines(java.io.File file) throws ProcessingException
File
as a List
of Strings.file
- The file to be read in.ProcessingException
- If the input file does not exist or an I/O
error occurs.Copyright © 2010-2019 Planetary Data System. All Rights Reserved.