public class UserTextFile extends Object
| Constructor and Description |
|---|
UserTextFile() |
| Modifier and Type | Method and Description |
|---|---|
static BufferedReader |
bufferedReader(InputStream in) |
static Writer |
fileWriter(String fileName) |
static PrintWriter |
printWriter(String fileName) |
static Reader |
reader(InputStream in) |
public static final Charset charset
public static Writer fileWriter(String fileName) throws IOException
IOExceptionpublic static PrintWriter printWriter(String fileName) throws IOException
IOExceptionpublic static Reader reader(@WillCloseWhenClosed InputStream in)
public static BufferedReader bufferedReader(@WillCloseWhenClosed InputStream in)
Copyright © 2003–2015. All rights reserved.