List of usage examples for io.netty.buffer ByteBufInputStream subclass-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);