Lucene.Net  3.0.3
Lucene.Net is a port of the Lucene search engine library, written in C# and targeted at .NET runtime users.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Properties Pages
Public Member Functions | List of all members
Lucene.Net.Analysis.Payloads.IdentityEncoder Class Reference

Does nothing other than convert the char array to a byte array using the specified encoding. More...

Inherits Lucene.Net.Analysis.Payloads.AbstractEncoder, and Lucene.Net.Analysis.Payloads.PayloadEncoder.

Public Member Functions

 IdentityEncoder ()
 
 IdentityEncoder (Encoding encoding)
 
override Payload Encode (char[] buffer, int offset, int length)
 Convert a char array to a Payload
 
- Public Member Functions inherited from Lucene.Net.Analysis.Payloads.AbstractEncoder
Payload Encode (char[] buffer)
 

Detailed Description

Does nothing other than convert the char array to a byte array using the specified encoding.

Definition at line 27 of file IdentityEncoder.cs.

Constructor & Destructor Documentation

Lucene.Net.Analysis.Payloads.IdentityEncoder.IdentityEncoder ( )

Definition at line 33 of file IdentityEncoder.cs.

Lucene.Net.Analysis.Payloads.IdentityEncoder.IdentityEncoder ( Encoding  encoding)

Definition at line 37 of file IdentityEncoder.cs.

Member Function Documentation

override Payload Lucene.Net.Analysis.Payloads.IdentityEncoder.Encode ( char[]  buffer,
int  offset,
int  length 
)
virtual

Convert a char array to a Payload

Returns
An encoded Payload

Implements Lucene.Net.Analysis.Payloads.AbstractEncoder.

Definition at line 44 of file IdentityEncoder.cs.


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