public class DrillBufInputStream
extends io.netty.buffer.ByteBufInputStream
implements org.apache.hadoop.fs.Seekable
| Modifier and Type | Method and Description |
|---|---|
long |
getPos() |
static DrillBufInputStream |
getStream(int start,
int end,
DrillBuf buffer) |
void |
seek(long pos) |
boolean |
seekToNewSource(long targetPos) |
available, close, mark, markSupported, read, read, readBoolean, readByte, readBytes, readChar, readDouble, readFloat, readFully, readFully, readInt, readLine, readLong, readShort, readUnsignedByte, readUnsignedShort, readUTF, reset, skip, skipBytesreadpublic void seek(long pos)
throws IOException
seek in interface org.apache.hadoop.fs.SeekableIOExceptionpublic long getPos()
throws IOException
getPos in interface org.apache.hadoop.fs.SeekableIOExceptionpublic boolean seekToNewSource(long targetPos)
throws IOException
seekToNewSource in interface org.apache.hadoop.fs.SeekableIOExceptionpublic static DrillBufInputStream getStream(int start, int end, DrillBuf buffer)
Copyright © 2021 The Apache Software Foundation. All rights reserved.