Asn1ReaderSeek Method
Moves to a specified start offset.
Namespace: SysadminsLV.Asn1ParserAssembly: SysadminsLV.Asn1Parser (in SysadminsLV.Asn1Parser.dll) Version: 1.2.11
public bool Seek(
int newPosition
)
Public Function Seek (
newPosition As Integer
) As Boolean
public:
bool Seek(
int newPosition
)
member Seek :
newPosition : int -> bool
- newPosition Int32
- ASN structure start position (offset).
BooleanTrue if specified offset is valid and pointer was successfully set to specified position,
otherwise
False.
Specified position validity is determined based on internal map and
BuildOffsetMap
method must be called prior to first call of this method. Subsequent
BuildOffsetMap
method calls are not necessary.