Uses of Class
com.google.common.io.ByteSink
Package
Description
Utility methods and classes for I/O; for example input streams, output streams, readers, writers,
and files.
-
Uses of ByteSink in com.google.common.io
Modifier and TypeMethodDescriptionstatic ByteSink
Files.asByteSink
(File file, FileWriteMode... modes) Returns a newByteSink
for writing bytes to the given file.static ByteSink
MoreFiles.asByteSink
(Path path, OpenOption... options) Returns a view of the givenpath
as aByteSink
.final ByteSink
BaseEncoding.encodingSink
(CharSink encodedSink) Returns aByteSink
that writes base-encoded bytes to the specifiedCharSink
.