ABOUT ME

-

Today
-
Yesterday
-
Total
-
  • 자바
    Platform/File(장치 IO) 2012. 6. 1. 16:24

    java.io.DataOutput // 인터페이스


    java.io.DataIntput // 인터페이스


    java.io.RandomAccessFile

    .close()

    .writeInt()

    .read()

    .readInt()

    .seek()

    .getFilePointer()


    - JDK 7


    java.nio.file.Paths

    .get() // Path; static


    java.nio.file.Files

    .write() // static

    .readAllLines() // static


    .exists() // static

    .createDirectories() // static

    .copy() // static

    .move() // static

    .delete() // static


    java.nio.channels.FileChannel

    java.nio.channels.AsynchronousFileChannel
    .open()

Designed by Tistory.