Skip to Main Content

Java and JavaScript in the Database

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

base64 to file in java6 with data longer than 65000

User_TQYB8Jan 29 2020 — edited Feb 17 2020

Hi ,

I've Base64 code that i need to open it as file , i used DatatypeConverter.parseBase64Binary which is working fine with data less than 65000 , but the issue that i receive codes which is longer than that how can i manage this in JAVA6 ???

pastedImage_0.png

Comments
Post Details
Added on Jan 29 2020
3 comments
684 views