Scala learning 3 --- reading text lines in files

Source: Internet
Author: User

After learning the basic knowledge of Scala, I found that Scala is a language integrating functional and Directive. The code is more concise, but for those who are used to Java, it is really not an easy task ~~

Learn Scala script to read text files today

The column is as follows:

Import scala. Io. Source


If (ARGs. length> 0 ){

For (line <-source. fromfile (ARGs (0). getlines)

Print (line. Length + "" + line)

} Else {

Console. Err. println ("ssss ")

}


During the call, you can pass in a file name parameter.

Scala test. Scala test. Scala


The result is to print out your own code.



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.