Apache Lucene.Net 2.4.0 Class Library API

ByteSliceWriter Class

Class to write byte streams into slices of shared byte[]. This is used by DocumentsWriter to hold the posting list for many terms in RAM.

For a list of all members of this type, see ByteSliceWriter Members.

System.Object
   Lucene.Net.Index.ByteSliceWriter

public sealed class ByteSliceWriter

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: Lucene.Net.Index

Assembly: Lucene.Net (in Lucene.Net.dll)

See Also

ByteSliceWriter Members | Lucene.Net.Index Namespace