Create a Source
from array of bytes, decoding
the bytes according to codec
Creates a Source
instance from a single character
creates Source from array of characters, with empty description
Creates Source from file
, using given character encoding,
setting its description to filename
Reads data from inputStream
with a buffered reader,
using encoding in implicit parameter codec
Creates a Source
from an Iterable
creates Source from file with given name, setting its description to filename
Create a Source
from array of bytes, assuming
one byte per character (ISO-8859-1 encoding
creates Source from string, with empty description
creates Source
from file with given file: URI
same as fromInputStream(url
Creates a Source
from System
This object provides convenience methods to create an iterable representation of a source file.