New IO « File Input Output « Java






1.Use a mapped file to read a text file
2.FileChannel: map(FileChannel.MapMode mode,long position,long size)
3.Write to a file using the new I/O
4.Write to a mapped file
5.Copy a file using NIO
6.Write A String As Bytes
7.Use New Java IO to write string into a file