public class TextFileUtil extends Object
| Constructor and Description |
|---|
TextFileUtil() |
| Modifier and Type | Method and Description |
|---|---|
static List<String> |
toWords(BufferedReader br) |
static List<String> |
toWords(String filename) |
static List<String> |
toWords(URL url) |
public static List<String> toWords(URL url) throws IOException
IOExceptionpublic static List<String> toWords(String filename) throws IOException
IOExceptionpublic static List<String> toWords(BufferedReader br) throws IOException
IOExceptionCopyright © 2005–2023 QOS.ch. All rights reserved.