Uses of Class
com.google.common.io.ByteSink
Packages that use ByteSink
Package
Description
Utility methods and classes for I/O; for example input streams, output streams, readers, writers,
and files.
Testing utilities.
-
Uses of ByteSink in com.google.common.io
Subclasses of ByteSink in com.google.common.ioModifier and TypeClassDescriptionprivate static final class
private static final class
Methods in com.google.common.io that return ByteSinkModifier 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
.Methods in com.google.common.io with parameters of type ByteSink -
Uses of ByteSink in com.google.common.testing
Subclasses of ByteSink in com.google.common.testing