public class LineNumberHelper extends Object
| Constructor and Description |
|---|
LineNumberHelper() |
| Modifier and Type | Method and Description |
|---|---|
static int |
leadingSpaces(List<String> lines,
int index) |
static String |
linesToString(List<String> lines) |
static String |
padString(String s,
int spaces) |
static List<String> |
readLines(InputStream is) |
static List<String> |
readLines(Reader in) |
public static List<String> readLines(InputStream is) throws IOException
IOExceptionpublic static List<String> readLines(Reader in) throws IOException
IOExceptionCopyright © 2011–2015 Red Hat. All rights reserved.