Concatenates a bunch of VirtualTextFiles to a WritableVirtualTextFile.
Concatenates a bunch of VirtualTextFiles to a WritableVirtualTextFile. Adds a '\n' after each file.
Pipes data from in to out
Pipes data from in to out
Reads the entire content of an input stream as a byte array.
Reads the entire content of an input stream as a UTF-8 string.
Returns the lines in a reader.
Returns the lines in a reader. Lines do not contain the new line characters.
Returns the lines in a string.
Returns the lines in a string. Lines do not contain the new line characters.
Returns the lines in an input stream.
Returns the lines in an input stream. Lines do not contain the new line characters.
Reads the entire content of a reader as a string.