org.apache.lucene.store.bytebuffer
Class ByteBufferFileOutput

java.lang.Object
  extended by org.apache.lucene.store.bytebuffer.ByteBufferFile
      extended by org.apache.lucene.store.bytebuffer.ByteBufferFileOutput

public class ByteBufferFileOutput
extends ByteBufferFile


Constructor Summary
ByteBufferFileOutput(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

ByteBufferFileOutput

public ByteBufferFileOutput(ByteBufferDirectory dir,
                            int bufferSize)
Method Detail

getLength

public long getLength()
Overrides:
getLength in class ByteBufferFile

getLastModified

public long getLastModified()
Overrides:
getLastModified in class ByteBufferFile


Copyright © 2009-2012. All Rights Reserved.