Java io.netty.util ByteProcessor fields, constructors, methods, implement or subclass

Example usage for Java io.netty.util ByteProcessor fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for io.netty.util ByteProcessor.

The text is from its open source code.

Implementation

io.netty.util.ByteProcessor has the following implementations.
Click this link to see all its implementation.

Field

ByteProcessorFIND_NUL
Aborts on a NUL (0x00) .
ByteProcessorFIND_LF
Aborts on a LF ('\n') .