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

Uses in package org.apache.lucene.store

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

class
A memory-resident OutputStream implementation.

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

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

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

OutputStream
Directory.createFile(String name)
Creates a new, empty file in the directory with the given name.
OutputStream
FSDirectory.createFile(String name)
Creates a new, empty file in the directory with the given name.
OutputStream
RAMDirectory.createFile(String name)
Creates a new, empty file in the directory with the given name.

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