root@Master:~# scala Welcome to Scala version 2.10.4 (Java HotSpot(TM) 64-Bit Server VM, Java 1.8.0_66). Type in expressions to have them evaluated. Type :help for more information.
//如果去掉lazy关键字,那么会出错,提示文件不存在。 scala> val content = fromFile("/root/txt") java.io.FileNotFoundException: /root/txt (No such file or directory) at java.io.FileInputStream.open0(Native Method) at java.io.FileInputStream.open(FileInputStream.java:195) at java.io.FileInputStream.<init>(FileInputStream.java:138)