Class RAMInputStream

  • All Implemented Interfaces:
    Closeable, AutoCloseable, Cloneable

    @Deprecated
    public class RAMInputStream
    extends IndexInput
    implements Cloneable
    Deprecated.
    This class uses inefficient synchronization and is discouraged in favor of MMapDirectory. It will be removed in future versions of Lucene.
    A memory-resident IndexInput implementation.
    NOTE: This API is for internal purposes only and might change in incompatible ways in the next release.