Apache Lucene.Net 2.4.0 Class Library API

ByteSliceReader Class

IndexInput that knows how to read the byte slices written by Posting and PostingVector. We read the bytes in each slice until we hit the end of that slice at which point we read the forwarding address of the next slice and then jump to it.

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

System.Object
   Lucene.Net.Store.IndexInput
      Lucene.Net.Index.ByteSliceReader

public sealed class ByteSliceReader : IndexInput

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

ByteSliceReader Members | Lucene.Net.Index Namespace