Uses of Class org.apache.lucene.store.IndexOutput

Uses in package org.apache.lucene.store

Classes derived from org.apache.lucene.store.IndexOutput

class
Base implementation class for buffered IndexOutput.
class
class
A memory-resident IndexOutput implementation.

Methods with parameter type org.apache.lucene.store.IndexOutput

void
Copy the current contents of this buffer to the named output.

Methods with return type org.apache.lucene.store.IndexOutput

IndexOutput
Directory.createOutput(String name)
Creates a new, empty file in the directory with the given name.
IndexOutput
Creates a new, empty file in the directory with the given name.
IndexOutput
Creates a new, empty file in the directory with the given name.

Copyright © 2000-2007 Apache Software Foundation. All Rights Reserved.