HisDecoder.GetChars Method

Definition

Overloads

GetChars(Byte[], Int32, Int32, Char[], Int32)
GetChars(Byte[], Int32, Int32, Char[], Int32, Boolean)

GetChars(Byte[], Int32, Int32, Char[], Int32)

public:
 override int GetChars(cli::array <System::Byte> ^ bytes, int byteIndex, int byteCount, cli::array <char> ^ chars, int charIndex);
public override int GetChars (byte[] bytes, int byteIndex, int byteCount, char[] chars, int charIndex);
override this.GetChars : byte[] * int * int * char[] * int -> int
Public Overrides Function GetChars (bytes As Byte(), byteIndex As Integer, byteCount As Integer, chars As Char(), charIndex As Integer) As Integer

Parameters

bytes
Byte[]
byteIndex
Int32
byteCount
Int32
chars
Char[]
charIndex
Int32

Returns

Int32

Applies to

GetChars(Byte[], Int32, Int32, Char[], Int32, Boolean)

public:
 override int GetChars(cli::array <System::Byte> ^ bytes, int byteIndex, int byteCount, cli::array <char> ^ chars, int charIndex, bool flush);
public override int GetChars (byte[] bytes, int byteIndex, int byteCount, char[] chars, int charIndex, bool flush);
override this.GetChars : byte[] * int * int * char[] * int * bool -> int
Public Overrides Function GetChars (bytes As Byte(), byteIndex As Integer, byteCount As Integer, chars As Char(), charIndex As Integer, flush As Boolean) As Integer

Parameters

bytes
Byte[]
byteIndex
Int32
byteCount
Int32
chars
Char[]
charIndex
Int32
flush
Boolean

Returns

Int32

Applies to