public class BoundedFsDataInputStream
extends org.apache.hadoop.fs.FSDataInputStream
in| Constructor and Description |
|---|
BoundedFsDataInputStream(org.apache.hadoop.fs.FileSystem fs,
org.apache.hadoop.fs.Path file,
InputStream in) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
markSupported() |
void |
seek(long pos) |
long |
skip(long n) |
getFileDescriptor, getPos, getWrappedStream, hasCapability, read, read, read, read, read, readFully, readFully, releaseBuffer, seekToNewSource, setDropBehind, setReadahead, toString, unbufferread, read, readBoolean, readByte, readChar, readDouble, readFloat, readFully, readFully, readInt, readLine, readLong, readShort, readUnsignedByte, readUnsignedShort, readUTF, readUTF, skipBytespublic BoundedFsDataInputStream(org.apache.hadoop.fs.FileSystem fs,
org.apache.hadoop.fs.Path file,
InputStream in)
public boolean markSupported()
markSupported in class FilterInputStreampublic void seek(long pos)
throws IOException
seek in interface org.apache.hadoop.fs.Seekableseek in class org.apache.hadoop.fs.FSDataInputStreamIOExceptionpublic long skip(long n)
throws IOException
skip in class FilterInputStreamIOExceptionCopyright © 2022 The Apache Software Foundation. All rights reserved.