org.apache.cassandra.io.util
Interface FileDataInput

All Superinterfaces:
java.io.Closeable, java.io.DataInput
All Known Implementing Classes:
BufferedRandomAccessFile, MappedFileDataInput

public interface FileDataInput
extends java.io.DataInput, java.io.Closeable


Method Summary
 int bytesPastMark(FileMark mark)
           
 long bytesRemaining()
           
 java.lang.String getPath()
           
 boolean isEOF()
           
 FileMark mark()
           
 void reset(FileMark mark)
           
 
Methods inherited from interface java.io.DataInput
readBoolean, readByte, readChar, readDouble, readFloat, readFully, readFully, readInt, readLine, readLong, readShort, readUnsignedByte, readUnsignedShort, readUTF, skipBytes
 
Methods inherited from interface java.io.Closeable
close
 

Method Detail

getPath

java.lang.String getPath()

isEOF

boolean isEOF()
              throws java.io.IOException
Throws:
java.io.IOException

bytesRemaining

long bytesRemaining()
                    throws java.io.IOException
Throws:
java.io.IOException

mark

FileMark mark()

reset

void reset(FileMark mark)
           throws java.io.IOException
Throws:
java.io.IOException

bytesPastMark

int bytesPastMark(FileMark mark)


Copyright © 2011 The Apache Software Foundation