Uses of Class
com.google.common.io.ByteSink
-
Packages that use ByteSink Package Description com.google.common.io This package contains utility methods and classes for working with Java I/O; for example input streams, output streams, readers, writers, and files.com.google.common.testing This package contains testing utilities. -
-
Uses of ByteSink in com.google.common.io
Subclasses of ByteSink in com.google.common.io Modifier and Type Class Description private static class
Files.FileByteSink
Methods in com.google.common.io that return ByteSink Modifier and Type Method Description static ByteSink
Files. asByteSink(java.io.File file, FileWriteMode... modes)
Returns a newByteSink
for writing bytes to the given file.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 Modifier and Type Method Description long
ByteSource. copyTo(ByteSink sink)
Copies the contents of this byte source to the givenByteSink
. -
Uses of ByteSink in com.google.common.testing
Subclasses of ByteSink in com.google.common.testing Modifier and Type Class Description private static class
ArbitraryInstances.NullByteSink
-