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

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

Introduction

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

The text is from its open source code.

Constructor

Method

TgetResult()
Return the result of processing all the bytes.
booleanprocessBytes(byte[] buf, int off, int len)
This method will be called for each chunk of bytes in an input stream.