C# Класс Lucene.Net.Codecs.IntBlock.FixedIntBlockIndexInput

Abstract base class that reads fixed-size blocks of ints from an IndexInput. While this is a simple approach, a more performant approach would directly create an impl of IntIndexInput inside Directory. Wrapping a generic IndexInput will likely cost performance. @lucene.experimental
Наследование: Lucene.Net.Codecs.Sep.IntIndexInput
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
blockSize int

Открытые методы

Метод Описание
Dispose ( ) : void
FixedIntBlockIndexInput ( IndexInput @in ) : Lucene.Net.Codecs.Sep
Index ( ) : Lucene.Net.Codecs.Sep.IntIndexInputIndex
Reader ( ) : Lucene.Net.Codecs.Sep.IntIndexInputReader

Защищенные методы

Метод Описание
GetBlockReader ( IndexInput @in, int buffer ) : IBlockReader

Описание методов

Dispose() публичный Метод

public Dispose ( ) : void
Результат void

FixedIntBlockIndexInput() публичный Метод

public FixedIntBlockIndexInput ( IndexInput @in ) : Lucene.Net.Codecs.Sep
@in Lucene.Net.Store.IndexInput
Результат Lucene.Net.Codecs.Sep

GetBlockReader() защищенный абстрактный Метод

protected abstract GetBlockReader ( IndexInput @in, int buffer ) : IBlockReader
@in Lucene.Net.Store.IndexInput
buffer int
Результат IBlockReader

Index() публичный Метод

public Index ( ) : Lucene.Net.Codecs.Sep.IntIndexInputIndex
Результат Lucene.Net.Codecs.Sep.IntIndexInputIndex

Reader() публичный Метод

public Reader ( ) : Lucene.Net.Codecs.Sep.IntIndexInputReader
Результат Lucene.Net.Codecs.Sep.IntIndexInputReader

Описание свойств

blockSize защищенное свойство

protected int blockSize
Результат int