Creates a java.io.InputStream out of this Source. The InputStream can read bytes from the underlying channel.
Writes content of this Source to a file.
Source
Path to the target file. If not exists, it will be created.
if an error occurs when opening the file or during the write process.
Writes content of this Source to an java.io.OutputStream.
Target OutputStream to write to. Will be closed after finishing the process or on error.
OutputStream
if an error occurs when writing or closing of the OutputStream.