Lucene.Net 1.4.3 Class Library

OutputStream.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

OutputStream Class | Lucene.Net.Store Namespace