-
자바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.FileChanneljava.nio.channels.AsynchronousFileChannel.open()