Obtain an non-strict traversable for iterating through the lines in the object
Obtain an non-strict traversable for iterating through the lines in the object
The strategy for determining the end of line Default is to auto-detect the EOL
if true then the line will end with the line terminator Default is false
@return a non-strict traversable for iterating through all the lines
Loads all the characters into memory.
Loads all the characters into memory. There is no protection against loading very large files/amounts of data.
An trait for objects that viewed as a sequence of characters. For example java.io.Reader a ReadChars object (or be converted to a ReadChars object).
Note: All collections returned are non-strict collections and each invocation of a method will typically open a new stream or channel. That behaviour can be overrided by the implementation but it is the default behaviour.
The Default implementation is based on providing an implementation for chars method and all other methods are implemented using that method.
1.0
WriteChars
,Input
,Output