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, skipBytes
read
public void seek(long pos) throws IOException
seek
in interface org.apache.hadoop.fs.Seekable
IOException
public long getPos() throws IOException
getPos
in interface org.apache.hadoop.fs.Seekable
IOException
public boolean seekToNewSource(long targetPos) throws IOException
seekToNewSource
in interface org.apache.hadoop.fs.Seekable
IOException
public static DrillBufInputStream getStream(int start, int end, DrillBuf buffer)
Copyright © 1970 The Apache Software Foundation. All rights reserved.