Special Class for random file read/write -- RandomAccessFile, randomaccessfile

Source: Internet
Author: User

Special Class for random file read/write -- RandomAccessFile, randomaccessfile
The RandomAccessFile class can read files randomly, but it is not useful in testing;

File can be used to test whether a File exists or not;

The FileWriter class can overwrite or Append content to a file;

The FileReader class can read the content of ordered files. Generally, it is packaged with processing streams (such as bytes and BufferedReader;

BufferedReader/BufferedWriter class, suitable for reading and writing text files;

BufferedInputStream/BufferedOutputStream class, suitable for files containing binary data;

You can also use the static method of File to create a BufferedReader object and specify the encoding:
BufferedReader in = File. newBufferedReader (Paths. get ("input.txt"), Charset. forName ("UTF-8 "));

The delimiter class has a useDelimiter method, which can specify a separator (expressed in a regular expression, default space), and then uses this separator to cut the string;

Reference link: http://m.blog.csdn.net/article/details? Id = 51234056

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.