Java com.google.common.io ByteSink fields, constructors, methods, implement or subclass

Example usage for Java com.google.common.io ByteSink fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.common.io ByteSink.

The text is from its open source code.

Subclass

com.google.common.io.ByteSink has subclasses.
Click this link to see all its subclasses.

Constructor

ByteSink()
Constructor for use by subclasses.

Method

OutputStreamopenBufferedStream()
Opens a new buffered OutputStream for writing to this sink.
OutputStreamopenStream()
Opens a new OutputStream for writing to this sink.
voidwrite(byte[] bytes)
Writes all the given bytes to this sink.
longwriteFrom(InputStream input)
Writes all the bytes from the given InputStream to this sink.