Lucene.Net 1.9.1 Class Library
IndexOutput.WriteBytes Method
Writes an array of bytes.
public abstract
void
WriteBytes(
byte[]
b
,
int
length
);
Parameters
b
the bytes to write
length
the number of bytes to write
See Also
IndexOutput Class
|
Lucene.Net.Store Namespace
|