Class Int32StreamFactory
Provides
NOTE: This was IntStreamFactory in Lucene
@lucene.experimental
Inheritance
System.Object
Int32StreamFactory
Assembly: Lucene.Net.Codecs.dll
Syntax
public abstract class Int32StreamFactory : object
Methods
Name | Description |
---|---|
CreateOutput(Directory, String, IOContext) | Create an Int32IndexOutput on the provided fileName. |
OpenInput(Directory, String, IOContext) | Create an Int32IndexInput on the provided fileName. |