| close() | ใช้ปิดการทำงานของ Object RandomAccessFile |
|---|
method:close ();
return type:void
content:ใช้ปิดการทำงานของ Object RandomAccessFile
example:String path_file = new String ( "C:/bamboo.txt" ); RandomAccessFile random_access_file = new RandomAccessFile ( path_file, "r" ); random_access_file.close ();