org.apache.lucene.store
public class RAMOutputStream extends OutputStream
Version: $Id: RAMOutputStream.java,v 1.2 2004/03/29 22:48:05 cutting Exp $
| 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(OutputStream out) Copy the current contents of this buffer to the named output. |