[JAVA API] java.io.FileReader :: 소림사의 홍반장!

[JAVA API] java.io.FileReader

2012. 8. 8. 14:45 - 삘쏘굿
java.io

Class FileReader

  • All Implemented Interfaces:
    Closeable, AutoCloseable, Readable


    public class FileReader
    extends InputStreamReader
    Convenience class for reading character files. The constructors of this class assume that the default character encoding and the default byte-buffer size are appropriate. To specify these values yourself, construct an InputStreamReader on a FileInputStream.

    FileReader is meant for reading streams of characters. For reading streams of raw bytes, consider using a FileInputStream.

    Since:
    JDK1.1
    See Also:
    InputStreamReader, FileInputStream

'Dev. 자바 > API 및 이론' 카테고리의 다른 글

[JAVA API] java.util.HashSet<E>  (0) 2012.09.01
[JAVA API] java.io.FileWriter  (0) 2012.08.08
[JAVA API] java.io.FileOutputStream  (0) 2012.08.08
[JAVA API] java.io.FileInputStream  (0) 2012.08.08
[JAVA API] java.io.File  (1) 2012.08.08

다른 카테고리의 글 목록

Dev. 자바/API 및 이론 카테고리의 포스트를 톺아봅니다