org.apache.lucene.store
public class RAMOutputStream extends IndexOutput
Version: $Id: RAMOutputStream.java 542561 2007-05-29 15:14:07Z mikemccand $
| Constructor Summary | |
|---|---|
| RAMOutputStream() Construct an empty output buffer. | |
| Method Summary | |
|---|---|
| void | close() |
| void | flush() |
| long | getFilePointer() |
| long | length() |
| void | reset() Resets this to an empty buffer. |
| void | seek(long pos) |
| void | writeByte(byte b) |
| void | writeBytes(byte[] b, int offset, int len) |
| void | writeTo(IndexOutput out) Copy the current contents of this buffer to the named output. |