Example usage for io.netty.buffer AbstractByteBuf subclass-usage

List of usage examples for io.netty.buffer AbstractByteBuf subclass-usage

Introduction

In this page you can find the example usage for io.netty.buffer AbstractByteBuf subclass-usage.

Usage

From source file com.comphenix.protocol.compat.netty.independent.NettyByteBufAdapter.java

/**
 * Construct a ByteBuf around an input stream and an output stream.
 * <p>
 * Note that as streams usually don't support seeking, this implementation will ignore
 * all indexing in the byte buffer.
 * @author Kristian

From source file com.comphenix.protocol.injector.netty.NettyByteBufAdapter.java

/**
 * Construct a ByteBuf around an input stream and an output stream.
 * <p>
 * Note that as streams usually don't support seeking, this implementation will ignore
 * all indexing in the byte buffer.
 * @author Kristian

From source file io.werval.server.netty.FileByteBuff.java

/**
 * Read-only ByteBuff wrapping a File.
 * <p>Used by {@link HttpRequestAggregator} to aggregate requests bodies.</p>
 * <p>Used by {@link WervalHttpHandler} to parse requests bodies.</p>
 */
// CHECKSTYLE:OFF