C# Class Lucene.Net.Codecs.SimpleText.SimpleTextDocValuesReader.BitsAnonymousInnerClassHelper

Inheritance: Util.Bits
Show file Open project: paulirwin/lucene.net

Public Methods

Method Description
BitsAnonymousInnerClassHelper ( SimpleTextDocValuesReader outerInstance, OneField field, Store.IndexInput @in, Util.BytesRef scratch ) : System
Get ( int index ) : bool
Length ( ) : int

Method Details

BitsAnonymousInnerClassHelper() public method

public BitsAnonymousInnerClassHelper ( SimpleTextDocValuesReader outerInstance, OneField field, Store.IndexInput @in, Util.BytesRef scratch ) : System
outerInstance SimpleTextDocValuesReader
field OneField
@in Store.IndexInput
scratch Util.BytesRef
return System

Get() public method

public Get ( int index ) : bool
index int
return bool

Length() public method

public Length ( ) : int
return int