Lucene.Net  3.0.3
Lucene.Net is a .NET port of the Java Lucene Indexing Library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Properties
Public Member Functions | Protected Member Functions | Properties | List of all members
Lucene.Net.Index.CompoundFileReader.CSIndexInput Class Reference

Implementation of an IndexInput that reads from a portion of the compound file. The visibility is left as "package" only because this helps with testing since JUnit test cases in a different class can then access package fields of this class. More...

Inherits BufferedIndexInput.

Public Member Functions

override System.Object Clone ()
 
override void ReadInternal (byte[] b, int offset, int len)
 Expert: implements buffer refill. Reads bytes from the current position in the input.
 
override void SeekInternal (long pos)
 Expert: implements seek. Sets current position in this file, where the next ReadInternal(byte[],int,int) will occur.
 
override long Length ()
 

Protected Member Functions

override void Dispose (bool disposing)
 

Properties

IndexInput base_Renamed_ForNUnit [get]
 

Detailed Description

Implementation of an IndexInput that reads from a portion of the compound file. The visibility is left as "package" only because this helps with testing since JUnit test cases in a different class can then access package fields of this class.

Definition at line 236 of file CompoundFileReader.cs.

Member Function Documentation

override System.Object Lucene.Net.Index.CompoundFileReader.CSIndexInput.Clone ( )

Definition at line 255 of file CompoundFileReader.cs.

override void Lucene.Net.Index.CompoundFileReader.CSIndexInput.Dispose ( bool  disposing)
protected

Definition at line 291 of file CompoundFileReader.cs.

override long Lucene.Net.Index.CompoundFileReader.CSIndexInput.Length ( )

Definition at line 306 of file CompoundFileReader.cs.

override void Lucene.Net.Index.CompoundFileReader.CSIndexInput.ReadInternal ( byte[]  b,
int  offset,
int  len 
)

Expert: implements buffer refill. Reads bytes from the current position in the input.

Parameters
bthe array to read bytes into
offsetthe offset in the array to start storing bytes
lenthe number of bytes to read

Definition at line 273 of file CompoundFileReader.cs.

override void Lucene.Net.Index.CompoundFileReader.CSIndexInput.SeekInternal ( long  pos)

Expert: implements seek. Sets current position in this file, where the next ReadInternal(byte[],int,int) will occur.

See Also
ReadInternal(byte[],int,int)

Definition at line 287 of file CompoundFileReader.cs.

Property Documentation

IndexInput Lucene.Net.Index.CompoundFileReader.CSIndexInput.base_Renamed_ForNUnit
get

Definition at line 312 of file CompoundFileReader.cs.


The documentation for this class was generated from the following file: