Discuss this help topic in SecureBlackbox Forum
Contains start position of the header in the parsed stream.
Declaration
[VB.NET]
Property StreamPosBegin As Integer
[Pascal]
property StreamPosBegin : LongInt;
[C++]
int32_t get_StreamPosBegin();
void set_StreamPosBegin(int32_t Value);
[PHP]
integer get_StreamPosBegin()
void set_StreamPosBegin(integer $Value)
[Java]
int getStreamPosBegin();
void setStreamPosBegin(int Value);
Description
Use this property to set position in the stream from which header begins.
Discuss this help topic in SecureBlackbox Forum