public class HadoopSeekableDataInputStream extends SeekableDataInputStream
SeekableDataInputStream based on Hadoop's FSDataInputStreamin| Constructor and Description |
|---|
HadoopSeekableDataInputStream(org.apache.hadoop.fs.FSDataInputStream stream) |
| Modifier and Type | Method and Description |
|---|---|
long |
getPos() |
void |
seek(long pos) |
read, read, readBoolean, readByte, readChar, readDouble, readFloat, readFully, readFully, readInt, readLine, readLong, readShort, readUnsignedByte, readUnsignedShort, readUTF, readUTF, skipBytesavailable, close, mark, markSupported, read, reset, skippublic HadoopSeekableDataInputStream(org.apache.hadoop.fs.FSDataInputStream stream)
public long getPos()
throws IOException
getPos in class SeekableDataInputStreamIOExceptionpublic void seek(long pos)
throws IOException
seek in class SeekableDataInputStreamIOExceptionCopyright © 2024 The Apache Software Foundation. All rights reserved.