2012年6月3日日曜日

Java File I/O

Java Info

FileWriter, write text.
FileReader, read text

FileOutputStream, write binary

FileInputStream, read binary.