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

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

Introduction

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

Usage

From source file org.apache.drill.exec.vector.complex.fn.DrillBufInputStream.java

/**
 * An InputStream that wraps a DrillBuf and implements the seekable interface.
 */
public class DrillBufInputStream extends ByteBufInputStream implements Seekable {
    //private static final org.slf4j.Logger logger = org.slf4j.LoggerFactory.getLogger(DrillBufInputStream.class);