| readLine() | ใช้อ่านค่า ข้อมูล ครั้งละ 1 บรรทัด |
|---|
method:readLine ();
return type:String
content:ใช้อ่านค่า ข้อมูล ครั้งละ 1 บรรทัด
example:String path_file = new String ( "C:/bamboo.txt" ); RandomAccessFile random_access_file = new RandomAccessFile ( path_file, "r" ); String data_line = random_access_file.readLine ();