BinaryImageBaseParseHeaderImage Method
Parses the binary header image.
Namespace: Gemstone.IO.ParsingAssembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.128 -- Release Build+d050cfc5563c89a1188cc3c6b2d417530856f490
protected virtual int ParseHeaderImage(
byte[] buffer,
int startIndex,
int length
)
Protected Overridable Function ParseHeaderImage (
buffer As Byte(),
startIndex As Integer,
length As Integer
) As Integer
protected:
virtual int ParseHeaderImage(
array<unsigned char>^ buffer,
int startIndex,
int length
)
function ParseHeaderImage(buffer, startIndex, length);
- buffer Byte
- Buffer containing binary image to parse.
- startIndex Int32
- 0-based starting index in the buffer to start parsing.
- length Int32
- Valid number of bytes within buffer from startIndex.
Int32The number of bytes used for initialization in the
buffer (i.e., the number of bytes parsed).
This method is typically overridden by a specific protocol implementation.