Package com.google.common.io
Class MoreFiles.PathByteSink
java.lang.Object
com.google.common.io.ByteSink
com.google.common.io.MoreFiles.PathByteSink
- Enclosing class:
MoreFiles
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.google.common.io.ByteSink
asCharSink, openBufferedStream, write, writeFrom
-
Field Details
-
path
-
options
-
-
Constructor Details
-
PathByteSink
-
-
Method Details
-
openStream
Description copied from class:ByteSink
Opens a newOutputStream
for writing to this sink. This method returns a new, independent stream each time it is called.The caller is responsible for ensuring that the returned stream is closed.
- Specified by:
openStream
in classByteSink
- Throws:
IOException
- if an I/O error occurs while opening the stream
-
toString
-