Class RAMOutputStream

All Implemented Interfaces:
Closeable, AutoCloseable

public class RAMOutputStream extends IndexOutput
A memory-resident IndexOutput implementation.
  • Constructor Details

    • RAMOutputStream

      public RAMOutputStream()
      Construct an empty output buffer.
    • RAMOutputStream

      public RAMOutputStream(RAMFile f)
  • Method Details