Uses of Class
org.apache.drill.exec.util.filereader.DirectBufInputStream
Packages that use DirectBufInputStream
-
Uses of DirectBufInputStream in org.apache.drill.exec.util.filereader
Subclasses of DirectBufInputStream in org.apache.drill.exec.util.filereaderModifier and TypeClassDescriptionclass
BufferedDirectBufInputStream
reads from the underlyingInputStream
in blocks of data, into an internal buffer.