public interface FileDataInput extends RewindableDataInput, java.io.Closeable
DataInputPlus.DataInputStreamPlus
Modifier and Type | Method and Description |
---|---|
long |
bytesRemaining() |
long |
getFilePointer() |
java.lang.String |
getPath() |
boolean |
isEOF() |
void |
seek(long pos) |
bytesPastMark, mark, reset
readUnsignedVInt, readVInt, skipBytes, skipBytesFully
java.lang.String getPath()
boolean isEOF() throws java.io.IOException
java.io.IOException
long bytesRemaining() throws java.io.IOException
java.io.IOException
void seek(long pos) throws java.io.IOException
java.io.IOException
long getFilePointer()
Copyright © 2009-2022 The Apache Software Foundation