Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Decoding the part of the encoded string.

Former Member
0 Likes
659

Hi Experts,

I have encoded the string with BASE64 encoding method but when i decoded  the part( some middle bytes) of the  encoded string then i got incorrect content so i am looking for simple encoding/decoding technique where we can decode the encoded string based on offset and length.

Please let me know if anybody gone through such decoding technique.

Thanks and regards,

Shivanand Kalagi.

Hi Experts,

I have encoded the string with BASE64 encoding method but when i decoded  the part( some middle bytes) of the  encoded string then i got incorrect content so i am looking for simple encoding/decoding technique where we can decode the encoded string based on offset and length.

Please let me know if anybody gone through such decoding technique.

Thanks and regards,

Shivanand Kalagi.

2 REPLIES 2
Read only

Private_Member_49934
Product and Topic Expert
Product and Topic Expert
0 Likes
574

why would you like to decode only a part of ENCODED string? can you please explain the scenario?

Read only

0 Likes
574

Hi Kumar Gaurav,

When we access archived encoded document in terms of range(Range = tooffset -fromoffset) through HTTP command GET ,we need correct decoded data so we are expecting decoding method which decodes part of the string.