Apache Lucene.Net 2.1 Class Library API

BufferedIndexOutput.FlushBuffer Method 

Expert: implements buffer write. Writes bytes at the current position in the output.

public abstract void FlushBuffer(
   byte[] b,
   int len
);

Parameters

b
the bytes to write
len
the number of bytes to write

See Also

BufferedIndexOutput Class | Lucene.Net.Store Namespace