org.apache.lucene.store
public class RAMOutputStream extends BufferedIndexOutput
Version: $Id: RAMOutputStream.java 381429 2006-02-27 20:17:01Z cutting $
Constructor Summary | |
---|---|
RAMOutputStream() Construct an empty output buffer. |
Method Summary | |
---|---|
void | close() |
void | flushBuffer(byte[] src, int len) |
long | length() |
void | reset() Resets this to an empty buffer. |
void | seek(long pos) |
void | writeTo(IndexOutput out) Copy the current contents of this buffer to the named output. |