Java com.google.common.hash Funnels fields, constructors, methods, implement or subclass

Example usage for Java com.google.common.hash Funnels fields, constructors, methods, implement or subclass

Introduction

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

The text is from its open source code.

Method

OutputStreamasOutputStream(PrimitiveSink sink)
Wraps a PrimitiveSink as an OutputStream , so it is easy to Funnel#funnel funnel an object to a PrimitiveSink if there is already a way to write the contents of the object to an OutputStream .
FunnelbyteArrayFunnel()
Returns a funnel that extracts the bytes from a byte array.
FunnellongFunnel()
Returns a funnel for longs.
FunnelstringFunnel(Charset charset)
Returns a funnel that encodes the characters of a CharSequence with the specified Charset .
FunnelunencodedCharsFunnel()
Returns a funnel that extracts the characters from a CharSequence , a character at a time, without performing any encoding.