[Missing <summary> documentation for "M:Lucene.Net.Analyzers.Payloads.PayloadHelper.EncodeInt(System.Int32,System.Byte[],System.Int32)"]
Assembly: Lucene.Net.Contrib.Analyzers (in Lucene.Net.Contrib.Analyzers.dll) Version: 2.9.2.1 (2.9.2.1)
Syntax
C# |
---|
public static byte[] EncodeInt( int payload, byte[] data, int offset ) |
Visual Basic |
---|
Public Shared Function EncodeInt ( _ payload As Integer, _ data As Byte(), _ offset As Integer _ ) As Byte() |
Visual C++ |
---|
public: static array<unsigned char>^ EncodeInt( int payload, array<unsigned char>^ data, int offset ) |
Parameters
- payload
- Type: System..::..Int32
[Missing <param name="payload"/> documentation for "M:Lucene.Net.Analyzers.Payloads.PayloadHelper.EncodeInt(System.Int32,System.Byte[],System.Int32)"]
- data
- Type: array<System..::..Byte>[]()[][]
[Missing <param name="data"/> documentation for "M:Lucene.Net.Analyzers.Payloads.PayloadHelper.EncodeInt(System.Int32,System.Byte[],System.Int32)"]
- offset
- Type: System..::..Int32
[Missing <param name="offset"/> documentation for "M:Lucene.Net.Analyzers.Payloads.PayloadHelper.EncodeInt(System.Int32,System.Byte[],System.Int32)"]
Return Value
[Missing <returns> documentation for "M:Lucene.Net.Analyzers.Payloads.PayloadHelper.EncodeInt(System.Int32,System.Byte[],System.Int32)"]