Class IdentityEncoder
Does nothing other than convert the char array to a byte array using the specified encoding.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Lucene.Net.Analysis.Common.dll
Syntax
[Serializable]
public class IdentityEncoder : AbstractEncoder, IPayloadEncoder
Constructors
Name | Description |
---|---|
IdentityEncoder() | |
IdentityEncoder(Encoding) |
Fields
Name | Description |
---|---|
m_charset |
Methods
Name | Description |
---|---|
Encode(Char[], Int32, Int32) |