Class FSDirectory.FSIndexOutput
Inheritance
System.Object
FSDirectory.FSIndexOutput
Assembly: Lucene.Net.dll
Syntax
protected class FSIndexOutput : BufferedIndexOutput, IDisposable
Constructors
|
Improve this Doc
View Source
FSIndexOutput(FSDirectory, String)
Declaration
public FSIndexOutput(FSDirectory parent, string name)
Parameters
Type |
Name |
Description |
FSDirectory |
parent |
|
System.String |
name |
|
Properties
|
Improve this Doc
View Source
Length
Declaration
public override long Length { get; }
Property Value
Type |
Description |
System.Int64 |
|
Overrides
Methods
|
Improve this Doc
View Source
Dispose(Boolean)
Declaration
protected override void Dispose(bool disposing)
Parameters
Type |
Name |
Description |
System.Boolean |
disposing |
|
Overrides
|
Improve this Doc
View Source
FlushBuffer(Byte[], Int32, Int32)
Declaration
protected override void FlushBuffer(byte[] b, int offset, int size)
Parameters
Type |
Name |
Description |
System.Byte[] |
b |
|
System.Int32 |
offset |
|
System.Int32 |
size |
|
Overrides
|
Improve this Doc
View Source
Seek(Int64)
Declaration
public override void Seek(long pos)
Parameters
Type |
Name |
Description |
System.Int64 |
pos |
|
Overrides
Implements
IDisposable