org.apache.lucene.store.wrapper
Class AsyncMemoryMirrorDirectoryWrapper.AsyncMemoryMirrorIndexOutput
java.lang.Object
org.apache.lucene.store.IndexOutput
org.apache.lucene.store.wrapper.AsyncMemoryMirrorDirectoryWrapper.AsyncMemoryMirrorIndexOutput
- Enclosing class:
- AsyncMemoryMirrorDirectoryWrapper
public class AsyncMemoryMirrorDirectoryWrapper.AsyncMemoryMirrorIndexOutput
- extends IndexOutput
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AsyncMemoryMirrorDirectoryWrapper.AsyncMemoryMirrorIndexOutput
public AsyncMemoryMirrorDirectoryWrapper.AsyncMemoryMirrorIndexOutput(String name,
RAMOutputStream ramIndexOutput)
writeByte
public void writeByte(byte b)
throws IOException
- Specified by:
writeByte
in class IndexOutput
- Throws:
IOException
writeBytes
public void writeBytes(byte[] b,
int offset,
int length)
throws IOException
- Specified by:
writeBytes
in class IndexOutput
- Throws:
IOException
seek
public void seek(long size)
throws IOException
- Specified by:
seek
in class IndexOutput
- Throws:
IOException
length
public long length()
throws IOException
- Specified by:
length
in class IndexOutput
- Throws:
IOException
getFilePointer
public long getFilePointer()
- Specified by:
getFilePointer
in class IndexOutput
flush
public void flush()
throws IOException
- Specified by:
flush
in class IndexOutput
- Throws:
IOException
close
public void close()
throws IOException
- Specified by:
close
in class IndexOutput
- Throws:
IOException
Copyright (c) 2004-2009 The Compass Project.