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, resetreadUnsignedVInt, readVInt, skipBytes, skipBytesFullyjava.lang.String getPath()
boolean isEOF()
       throws java.io.IOException
java.io.IOExceptionlong bytesRemaining()
             throws java.io.IOException
java.io.IOExceptionvoid seek(long pos) throws java.io.IOException
java.io.IOExceptionlong getFilePointer()
Copyright © 2018 The Apache Software Foundation