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 | List of all members
Lucene.Net.Analysis.Payloads.AbstractEncoder Class Referenceabstract

Base class for payload encoders. More...

Inherits Lucene.Net.Analysis.Payloads.PayloadEncoder.

Inherited by Lucene.Net.Analysis.Payloads.FloatEncoder, Lucene.Net.Analysis.Payloads.IdentityEncoder, and Lucene.Net.Analysis.Payloads.IntegerEncoder.

Public Member Functions

Payload Encode (char[] buffer)
 
abstract Payload Encode (char[] buffer, int offset, int length)
 Convert a char array to a Payload
 

Detailed Description

Base class for payload encoders.

Definition at line 25 of file AbstractEncoder.cs.

Member Function Documentation

Payload Lucene.Net.Analysis.Payloads.AbstractEncoder.Encode ( char[]  buffer)

Implements Lucene.Net.Analysis.Payloads.PayloadEncoder.

Definition at line 27 of file AbstractEncoder.cs.

abstract Payload Lucene.Net.Analysis.Payloads.AbstractEncoder.Encode ( char[]  buffer,
int  offset,
int  length 
)
pure virtual

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