ptr[index] â an_integer
ptr[start, length] â a_string
ptr[start, length] â a_string
Instance Public methods
Returns integer stored at index.
If start and length are given, a string containing the bytes from start of length will be returned.
Please login to continue.