org.apache.lucene.store.bytebuffer
Class ByteBufferFile

java.lang.Object
  extended by org.apache.lucene.store.bytebuffer.ByteBufferFile
Direct Known Subclasses:
ByteBufferFileOutput

public class ByteBufferFile
extends Object


Constructor Summary
ByteBufferFile(ByteBufferDirectory dir, int bufferSize)
           
 
Method Summary
 long getLastModified()
           
 long getLength()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ByteBufferFile

public ByteBufferFile(ByteBufferDirectory dir,
                      int bufferSize)
Method Detail

getLength

public long getLength()

getLastModified

public long getLastModified()


Copyright © 2009-2012. All Rights Reserved.